Skip to content

Commit

Permalink
Use Squeak64-6.0 and actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 29, 2024
1 parent 8985802 commit e4632b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/awfy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
build:
strategy:
matrix:
smalltalk: [ Squeak64-5.3, Squeak64-trunk ]
smalltalk: [ Squeak64-6.0, Squeak64-trunk ]
name: ${{ matrix.smalltalk }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit e4632b3

Please sign in to comment.