From 94095bbdec56755fea88fffb3d9c25f2e4a4c1de Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 14:59:49 +0300 Subject: [PATCH] Added more implementation to the matrix. --- .github/workflows/install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 39065f0..1c6163b 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -22,6 +22,11 @@ jobs: lisp: - sbcl-bin - ccl-bin + - ecl + - abcl + - allegro + - clisp + - cmucl os: - ubuntu-latest - macos-latest