X Tutup
Skip to content

Commit bef0ac1

Browse files
author
Johan Brichau
committed
added Pharo11 as experimental to CI builds, dropping tests and support for Pharo 6.1
1 parent 514c8cd commit bef0ac1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ 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, 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 ]
1212
experimental: [ false ]
1313
include:
14+
- smalltalk: Pharo64-11
15+
experimental: true
1416
- smalltalk: Squeak64-trunk
1517
experimental: true
1618
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)
X Tutup