From c7f37a3a5ec8bd1c7837798ece7ada02b1f79a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Kiss?= Date: Mon, 11 Sep 2023 11:11:06 +0200 Subject: [PATCH] Bump CI workflow to ECL 23.9.9 and CCL 1.12.2 Additionally enable tests for CCL on Windows. --- .github/workflows/CI.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7e85482..b5e1f97 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,16 +17,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - lisp: [sbcl-bin, ccl-bin/1.12.1, ecl/21.2.1] + lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9] os: [ubuntu-latest, windows-latest, macos-latest] quicklisp-dist: - quicklisp - ultralisp exclude: - os: windows-latest - lisp: ccl-bin/1.12.1 - - os: windows-latest - lisp: ecl/21.2.1 + lisp: ecl/23.9.9 env: LISP: ${{ matrix.lisp }} QUICKLISP_DIST: ${{ matrix.quicklisp-dist }}