Skip to content

Commit

Permalink
Merge pull request #19 from DuneSt/development
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
jecisc authored Jan 29, 2022
2 parents 6f298e0 + 8524ea1 commit 8a85178
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 19 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CI

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the development branch
on:
push:
branches:
- '**'
pull_request:
types: [assigned, opened, synchronize, reopened]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Pharo64-6.1, Pharo64-7.0, Pharo64-8.0, Pharo64-9.0 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }}
shell: bash
timeout-minutes: 15

13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ git log --pretty="* %s ([%h](https://github.com/DuneSt/PrismCodeDisplayer/commit
'Content' copyWithRegex: 'Merge pull request #[0-9]+ from [^/]+/[0-9]*' matchesReplacedWith: '') copyReplaceAll: '-' with: ' '
-->

# [v1.1.1](https://github.com/DuneSt/PrismCodeDisplayer/compare/v1.1.0...v1.1.1) (2022-01-22)

## Infrastructure

* Migrate CI to Github actions + enable CI on Pharo 9 ([4b00ff6](https://github.com/DuneSt/PrismCodeDisplayer/commit/4b00ff6a7b33fad622c4079fdf561b9c9f68902a))

# [v1.1.0](https://github.com/DuneSt/PrismCodeDisplayer/compare/v1.0.1...v1.1.0) (2019-10-11)

Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# PrismCodeDisplayer for Seaside

#### Linux/OSX builds

Master:[![Build Status](https://travis-ci.org/DuneSt/PrismCodeDisplayer.svg?branch=master)](https://travis-ci.org/DuneSt/PrismCodeDisplayer) | Development: [![Build Status](https://travis-ci.org/DuneSt/PrismCodeDisplayer.svg?branch=development)](https://travis-ci.org/DuneSt/PrismCodeDisplayer)

This project is an implementation of Prism.js in Seaside with a model associated.

# Documentation
Expand Down Expand Up @@ -75,8 +71,8 @@ You can find a demo at: [https://demos.ferlicot.fr/PrismDemo](https://demos.ferl

| Prism version | Compatible Pharo versions |
|--------------- |--------------------------- |
| v1.x.x | Pharo 61, 70, 80 |
| development | Pharo 61, 70, 80 |
| v1.x.x | Pharo 61, 70, 80, 90 |
| development | Pharo 61, 70, 80, 90 |

## Contact

Expand Down

0 comments on commit 8a85178

Please sign in to comment.