From a214d0c9e5a0d2e761e8a92d6717c881da0e3791 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Tue, 12 Mar 2024 09:25:04 -0700 Subject: [PATCH] Update ci.yml - bump to 3.6.8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d84a8b1..58965b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: os: [ ubuntu-20.04 ] - smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.8 ] + smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.8, GemStone64-3.5.8 ] include: - - smalltalk: GemStone64-3.6.7 + - smalltalk: GemStone64-3.6.8 os: macos-latest - smalltalk: GemStone64-3.5.8 os: macos-latest