Update ci.yaml

include ccl, ecl in CI
This commit is contained in:
nik gaffney 2023-01-25 15:18:34 +01:00 committed by GitHub
parent f38d3a473c
commit 1b04ee81d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
matrix:
# current ccl-bin has a flaky zip file, so roswell can't install it.
# Specify a version that works for now. #- cmucl, allegro, ccl, ecl, clisp
lisp: [sbcl-bin]
lisp: [sbcl-bin, ccl, ecl]
os: [ubuntu-latest, macos-latest, windows-latest]
# run the job on every combination of "lisp" and "os" above