Skip to content

Commit

Permalink
Use smalltalkCI branch to fix Pharo12 testing and bump GemStone/S 3.6…
Browse files Browse the repository at this point in the history
….5 to 3.6.6
  • Loading branch information
jbrichau committed Jan 14, 2024
1 parent f98242f commit d4c701c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.0, GemStone64-3.6.5, GemStone64-3.5.7 ]
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.7.0, GemStone64-3.6.6, GemStone64-3.5.7 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-12
Expand All @@ -25,6 +25,8 @@ jobs:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalkCI-source: 'jbrichau/smalltalkCI'
smalltalkCI-branch: 'fix-issue-623'
smalltalk-image: ${{ matrix.smalltalk }}
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down

0 comments on commit d4c701c

Please sign in to comment.