From 6214966b41b7122bf9e35b0467462c620c5345b2 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Tue, 2 Nov 2021 13:17:28 -0700 Subject: [PATCH] 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 ... --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b887f198..e63aadb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: