We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76d94f commit 7151958Copy full SHA for 7151958
.github/workflows/ci-linter.yml
@@ -16,13 +16,13 @@ jobs:
16
strategy:
17
matrix:
18
os: [ ubuntu-latest ]
19
- smalltalk: [ Squeak64-5.3 ]
+ smalltalk: [ Squeak64-6.0 ]
20
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- uses: hpi-swa/setup-smalltalkCI@v1
24
with:
25
- smalltalk-version: ${{ matrix.smalltalk }}
+ smalltalk-image: ${{ matrix.smalltalk }}
26
- run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalk.lint.ston
27
shell: bash
28
timeout-minutes: 15
0 commit comments