Skip to content

Commit

Permalink
Added Pharo12 support (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jul 18, 2023
1 parent 0ef8e04 commit 51c34e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -11,6 +11,8 @@ jobs:
smalltalk: [ Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.6.5, GemStone64-3.5.7 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-12
experimental: true
- smalltalk: Squeak64-5.3
experimental: true
continue-on-error: ${{ matrix.experimental }}
Expand Down
Expand Up @@ -50,7 +50,7 @@ baseline: spec
with: [ spec requires: #('Parasol-Core' 'Ston') ];
package: 'Parasol-Core' with: [ spec includes: #('Parasol-Pharo') ] ].
spec
for: #('pharo9.x' 'pharo10.x' 'pharo11.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x')
do: [
spec
package: 'Parasol-Pharo9'
Expand Down

0 comments on commit 51c34e0

Please sign in to comment.