Skip to content

Commit

Permalink
Update ci-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TebbeUbben committed Jun 13, 2024
1 parent d76d94f commit 7151958
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Squeak64-5.3 ]
smalltalk: [ Squeak64-6.0 ]
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-version: ${{ matrix.smalltalk }}
smalltalk-image: ${{ matrix.smalltalk }}
- run: smalltalkci -s ${{ matrix.smalltalk }} .smalltalk.lint.ston
shell: bash
timeout-minutes: 15

0 comments on commit 7151958

Please sign in to comment.