Skip to content

Commit

Permalink
Bump CI workflow to ECL 23.9.9 and CCL 1.12.2
Browse files Browse the repository at this point in the history
Also enable workflow for CCL on Windows
  • Loading branch information
ak-coram committed Sep 11, 2023
1 parent 6fb3688 commit 641e12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 641e12a

Please sign in to comment.