Skip to content

Commit

Permalink
updated main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mumez committed Nov 7, 2024
1 parent fadc832 commit a827034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [Pharo64-10, Squeak64-6.0]
smalltalk: [Pharo64-10, Pharo64-11, Pharo64-12, Squeak64-6.0]
experimental: [false]
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down

0 comments on commit a827034

Please sign in to comment.