From a7616ff5ddc217b567cd4c9feac4ad1d1e4b37d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sun, 19 Nov 2023 23:56:50 -0800 Subject: [PATCH] Update CI to use 8.9 - 8.11 (#317) --- .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 7361d949..2e73975a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: racket-variant: ['BC', 'CS'] - racket-version: ['8.8', '8.9', '8.10'] + racket-version: ['8.9', '8.10', '8.11'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11