Skip to content

Commit

Permalink
Removed Pharo 12 and 13 from the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt authored Jun 17, 2024
1 parent 2226ae8 commit d54be77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest]
smalltalk: [ Pharo64-11, Pharo64-12, Pharo64-13 ]
smalltalk: [ Pharo64-13 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
steps:
Expand Down

0 comments on commit d54be77

Please sign in to comment.