We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807d57a commit b1ca3ecCopy full SHA for b1ca3ec
.github/workflows/ci.yml
@@ -20,8 +20,8 @@ jobs:
20
experimental: true
21
- smalltalk: Squeak64-trunk
22
23
- continue-on-error: ${{ matrix.experimental }}
24
runs-on: ${{ matrix.os }}
+ continue-on-error: ${{ matrix.experimental }}
25
name: ${{ matrix.smalltalk }}
26
steps:
27
- name: Get current date
0 commit comments