Skip to content

Commit

Permalink
add BaselineOfZodiac>>projectClass ... and update lineup
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 17, 2023
1 parent 4fc641d commit 2a00e78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-20.04, macos-latest ]
smalltalk: [ GemStone64-3.6.5, GemStone64-3.6.0, GemStone64-3.5.8, GemStone64-3.5.3 ]
os: [ ubuntu-20.04 ]
smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.8 ]
include:
- smalltalk: GemStone64-3.6.7
os: macos-latest
- smalltalk: GemStone64-3.5.8
os: macos-latest
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
- uses: hpi-swa/setup-smalltalkCI@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
projectClass
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
^ super projectClass

0 comments on commit 2a00e78

Please sign in to comment.