From 9709c68650718b624cbdbb79385ef681e9a63166 Mon Sep 17 00:00:00 2001 From: nik gaffney <41225+zzkt@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:40:38 +0100 Subject: [PATCH] Update ci.yaml --- .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 79a1d6f..bf40546 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. - lisp: [ sbcl-bin ] + lisp: [ sbcl-bin, ccl, ecl, clisp, allegro, cmucl ] os: [ windows-latest, ubuntu-latest, macos-latest ] # run the job on every combination of "lisp" and "os" above