Skip to content

Commit

Permalink
CI: Add P11 and all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Mar 13, 2023
1 parent c82cfe3 commit c3a5128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
# When fail-fast is true, one failure cancels all matrix.
fail-fast: false
matrix:
smalltalk: [ Pharo64-9.0, Pharo64-10 ]
os: [ ubuntu-latest ] #, macos-latest, windows-latest ]
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
ston: [ .ci.ston ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
Expand Down

0 comments on commit c3a5128

Please sign in to comment.