From a459c510e5b3013699ff85bb5772601cfb07d7c4 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Wed, 17 May 2023 18:43:17 -0700 Subject: [PATCH] add 3.6.6 to lineup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ebe248f..25e695f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-20.04, macos-latest ] - smalltalk: [ GemStone64-3.5.3, GemStone64-3.5.8, GemStone64-3.6.0, GemStone64-3.6.5 ] + smalltalk: [ GemStone64-3.5.3, GemStone64-3.5.8, GemStone64-3.6.0, GemStone64-3.6.6 ] runs-on: ${{ matrix.os }} name: ${{ matrix.smalltalk }} steps: