X Tutup
Skip to content

Commit 9045692

Browse files
author
Johan Brichau
committed
include pharo9 testing to not allow failures
1 parent da8b40f commit 9045692

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
smalltalk: [ Pharo64-8.0, Pharo64-7.0, Pharo-6.1, GemStone64-3.5.4, 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-9.0, Pharo64-8.0, Pharo64-7.0, Pharo-6.1, GemStone64-3.5.4, 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 ]
1212
experimental: [ false ]
1313
include:
14-
- smalltalk: Pharo64-9.0
15-
experimental: true
1614
- smalltalk: Squeak64-trunk
1715
experimental: true
1816
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)
X Tutup