X Tutup
Skip to content

Commit a28969f

Browse files
author
Johan Brichau
committed
add Pharo 12 to the CI build
1 parent b3b0fb0 commit a28969f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.6.5, GemStone64-3.5.7, Squeak64-5.3 ]
1212
experimental: [ false ]
1313
include:
14+
- smalltalk: Pharo64-12
15+
experimental: true
1416
- smalltalk: Squeak64-6.0
1517
experimental: true
1618
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)
X Tutup