Skip to content

Commit

Permalink
Test more implementations
Browse files Browse the repository at this point in the history
Using a temporary branch: 40ants/setup-lisp#24
  • Loading branch information
simendsjo committed Mar 12, 2024
1 parent 8e52364 commit 7fa872f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
- macos-latest
# - windows-latest
lisp:
- sbcl-bin
# - ecl
# - ccl-bin
# - abcl-bin
- ecl
- ccl-bin
- abcl-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
# - cmu-bin
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
steps:
- uses: actions/checkout@v4
- uses: 40ants/setup-lisp@v4
- uses: 40ants/setup-lisp@fix-ql-fix-loading
with:
asdf-system: sijo-version
qlfile-template: |
Expand Down

0 comments on commit 7fa872f

Please sign in to comment.