From 782cd85fd16851268453c3049a4a5610589bf752 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Fri, 5 Jun 2026 23:23:20 -0700 Subject: [PATCH 1/3] Add version 9.2 to the CI test runner This matches https://github.com/exercism/racket-test-runner/pull/95 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 303bb6b..abb7043 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,8 @@ jobs: racket-variant: 'CS' - racket-version: '9.0' racket-variant: 'CS' + - racket-version: '9.2' + racket-variant: 'CS' steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 From 1858ccd0b6faa568ec3ba6a1a44da9d2a8c5e81c Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Fri, 5 Jun 2026 23:53:12 -0700 Subject: [PATCH 2/3] Thin out the versions tested --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abb7043..8a40761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,6 @@ jobs: racket-variant: 'BC' - racket-version: '8.17' racket-variant: 'CS' - - racket-version: '8.18' - racket-variant: 'CS' - - racket-version: '9.0' - racket-variant: 'CS' - racket-version: '9.2' racket-variant: 'CS' From 511146bac4d4f718c42e155f76ddcc1954bd904c Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Mon, 8 Jun 2026 08:47:32 -0700 Subject: [PATCH 3/3] Change tests to version 9.0 and 9.2 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a40761..3b0ff85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: fail-fast: false matrix: include: - - racket-version: '8.17' - racket-variant: 'BC' - - racket-version: '8.17' + - racket-version: '9.0' racket-variant: 'CS' - racket-version: '9.2' racket-variant: 'CS'