From 1b04ee81d9c797e4ae267071dc3ee2bba3f93660 Mon Sep 17 00:00:00 2001 From: nik gaffney <41225+zzkt@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:18:34 +0100 Subject: [PATCH] Update ci.yaml include ccl, ecl in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2998c6f..a34cc79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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