X Tutup
Skip to content

Commit e65dbc1

Browse files
committed
Issue #37: add back the full set of Pharo versions
1 parent 0f6d5f7 commit e65dbc1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8, Squeak64-6.0 ]
17+
smalltalk: [ Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8, Squeak64-6.0 ]
1818
experimental: [ false ]
19+
include:
20+
- smalltalk: Pharo64-14
21+
experimental: true
1922
continue-on-error: ${{ matrix.experimental }}
2023
name: ${{ matrix.smalltalk }}
2124
steps:

0 commit comments

Comments
 (0)
X Tutup