Skip to content

Commit 74f54ab

Browse files
author
Johan Brichau
committed
move pharo 10 out of the 'experimental' list for the CI build, move all Squeak builds to the experimental part (help wanted maintaining Squeak!)
1 parent c753fef commit 74f54ab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
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 ]
11+
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 ]
1212
experimental: [ false ]
1313
include:
1414
- smalltalk: Squeak64-trunk
1515
experimental: true
16-
- smalltalk: Pharo64-10
16+
- smalltalk: Squeak64-5.3
17+
experimental: true
18+
- smalltalk: Squeak64-5.2
19+
experimental: true
20+
- smalltalk: Squeak64-5.1
1721
experimental: true
1822
continue-on-error: ${{ matrix.experimental }}
1923
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)