We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f647628 commit c2440acCopy full SHA for c2440ac
1 file changed
.github/workflows/ci.yml
@@ -16,9 +16,6 @@ jobs:
16
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 ]
18
experimental: [ false ]
19
- include:
20
- - smalltalk: Pharo64-14
21
- experimental: true
22
continue-on-error: ${{ matrix.experimental }}
23
name: ${{ matrix.smalltalk }}
24
steps:
0 commit comments