Skip to content

Commit

Permalink
CI: add Pharo 13
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Nov 18, 2024
1 parent 7037a80 commit ddafd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
smalltalk: [ Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
smalltalk: [ Pharo64-13, Pharo64-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0 ]
runs-on: ubuntu-latest
name: ${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit ddafd1c

Please sign in to comment.