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
Additionally enable tests for CCL on Windows.
  • Loading branch information
ak-coram committed Sep 11, 2023
1 parent 4deb873 commit c7f37a3
Showing 1 changed file with 2 additions and 4 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
env:
LISP: ${{ matrix.lisp }}
QUICKLISP_DIST: ${{ matrix.quicklisp-dist }}
Expand Down

0 comments on commit c7f37a3

Please sign in to comment.