Skip to content

Commit

Permalink
Merge pull request #67 from SeasideSt/pharo13
Browse files Browse the repository at this point in the history
Pharo13
  • Loading branch information
jbrichau authored Jul 10, 2024
2 parents aa6a233 + 4ac3188 commit 7e26728
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ 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-12, Pharo64-11, Pharo64-10, Pharo64-9.0, Pharo64-8.0, GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.7 ]
experimental: [ false ]
include:
- smalltalk: Pharo64-12
- smalltalk: Pharo64-13
experimental: true
- smalltalk: Squeak64-5.3
experimental: true
continue-on-error: ${{ matrix.experimental }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: hpi-swa/setup-smalltalkCI@v1
with:
smalltalk-image: ${{ matrix.smalltalk }}
Expand Down
Original file line number Diff line number Diff line change
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' 'pharo12.x')
for: #('pharo9.x' 'pharo10.x' 'pharo11.x' 'pharo12.x' 'pharo13.x')
do: [
spec
package: 'Parasol-Pharo9'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
accessing
customProjectAttributes

^ (Smalltalk at: #'WAAdmin' ifAbsent: [ nil ])
ifNil: [ #(#'loadSeaside') ]
ifNotNil: [ #() ]
ifNil: [ #(#'loadSeaside') ]
ifNotNil: [ #() ]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SystemOrganization addCategory: #BaselineOfParasol!
self packageOrganizer ensurePackage: #BaselineOfParasol withTags: #()!

0 comments on commit 7e26728

Please sign in to comment.