Skip to content

Commit

Permalink
move pharo 10 out of the 'experimental' list for the CI build, move a…
Browse files Browse the repository at this point in the history
…ll Squeak builds to the experimental part (help wanted maintaining Squeak!)
  • Loading branch information
Johan Brichau committed Apr 3, 2022
1 parent c753fef commit 74f54ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, Pharo-6.1, GemStone64-3.6.3, GemStone64-3.5.7, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17, GemStone64-3.1.0.6, Squeak64-5.3, Squeak64-5.2, Squeak64-5.1 ]
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, Pharo-6.1, GemStone64-3.6.3, GemStone64-3.5.7, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17, GemStone64-3.1.0.6 ]
experimental: [ false ]
include:
- smalltalk: Squeak64-trunk
experimental: true
- smalltalk: Pharo64-10
- smalltalk: Squeak64-5.3
experimental: true
- smalltalk: Squeak64-5.2
experimental: true
- smalltalk: Squeak64-5.1
experimental: true
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit 74f54ab

Please sign in to comment.