From 8897f3ef924d751a7f1d7ee2354b55c7ded425be Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Sat, 7 Oct 2023 13:58:22 -0700 Subject: [PATCH] cut down the lineup ... --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e379dbe2..39558fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: fail-fast: false matrix: os: [ ubuntu-20.04, macos-13 ] - smalltalk: [ 3.5.3, 3.5.8, 3.6.0, 3.6.4, 3.6.5, 3.6.6, 3.7.0 ] + smalltalk: [ 3.7.0 ] + # os: [ ubuntu-20.04, macos-13 ] + # smalltalk: [ 3.5.3, 3.5.8, 3.6.0, 3.6.4, 3.6.5, 3.6.6, 3.7.0 ] include: - smalltalk: 3.7.0 os: ubuntu-22.04