From 28e4fd29da2b0ec4e64736b199016c56d05cfce7 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Mon, 12 Aug 2024 08:58:54 -0700 Subject: [PATCH] update lineup 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 aebca05ce..8f1683bd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: fail-fast: false matrix: # os: [ ubuntu-20.04, macos-latest ] - os: [ ubuntu-20.04 ] - smalltalk: [ GemStone64-3.7.0, GemStone64-3.6.7, GemStone64-3.5.8 ] + os: [ ubuntu-22.04 ] + smalltalk: [ GemStone64-3.7.1, GemStone64-3.6.8, GemStone64-3.5.8 ] experimental: [ false ] runs-on: ${{ matrix.os }} steps: