Skip to content

Commit 6214966

Browse files
committed
Issue #548: remove GemStone from lineup.
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 ...
1 parent 9ac43ea commit 6214966

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
smalltalk: [ GemStone64-3.6.1, GemStone64-3.5.7, GemStone64-3.4.5, Squeak64-5.1,
18-
Squeak64-5.2, Squeak64-5.3, Squeak64-trunk ]
17+
smalltalk: [ Squeak64-5.2, Squeak64-5.3, Squeak64-trunk ]
1918
config: [ .smalltalkA.ston, .smalltalkB.ston ]
2019
name: ${{ matrix.smalltalk }} ${{ matrix.config }}
2120
steps:

0 commit comments

Comments
 (0)