Skip to content

Commit

Permalink
Issue #548: remove GemStone from lineup.
Browse files Browse the repository at this point in the history
The github repository pattern matching tests are failiing and pattern
matching is a feature that is not used by GemStone, so it was easier
to wire out the tests in dalehenrich/metacello-work (the repo that is
used by GLASS) than make the tests pass ... see Issue #540 ... I left
the pharo platform out of the lineup, because Pharo has their own
version of Metacello as well ...
  • Loading branch information
dalehenrich committed Nov 2, 2021
1 parent 9ac43ea commit 6214966
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
smalltalk: [ GemStone64-3.6.1, GemStone64-3.5.7, GemStone64-3.4.5, Squeak64-5.1,
Squeak64-5.2, Squeak64-5.3, Squeak64-trunk ]
smalltalk: [ Squeak64-5.2, Squeak64-5.3, Squeak64-trunk ]
config: [ .smalltalkA.ston, .smalltalkB.ston ]
name: ${{ matrix.smalltalk }} ${{ matrix.config }}
steps:
Expand Down

0 comments on commit 6214966

Please sign in to comment.