From 641e12ab1763914996beb1ceee67aabc9f1a3b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Kiss?= Date: Mon, 11 Sep 2023 10:57:39 +0200 Subject: [PATCH] Bump CI workflow to ECL 23.9.9 and CCL 1.12.2 Also enable workflow for CCL on Windows --- .github/workflows/CI.yml | 6 ++---- README.org | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 82a64f4..17e69b8 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 - os: windows-latest quicklisp-dist: ultralisp env: diff --git a/README.org b/README.org index 30a0499..a665130 100644 --- a/README.org +++ b/README.org @@ -31,7 +31,7 @@ The following software combinations are tested via GitHub actions on x86-64: - [[https://sbcl.org/][SBCL]] (Linux, Windows, macOS, OpenBSD, FreeBSD, DragonflyBSD) -- [[https://ccl.clozure.com/][CCL]] (Linux, macOS) +- [[https://ccl.clozure.com/][CCL]] (Linux, Windows, macOS) - [[https://ecl.common-lisp.dev/][ECL]] (Linux, macOS, OpenBSD, FreeBSD) ** Installation