Skip to content

Commit

Permalink
[ci] Add more cl implementations to test cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
gorozhin committed Jul 1, 2023
1 parent e28be29 commit 311c552
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl]
lisp: [sbcl-bin, ccl-bin/1.12.1, clasp-bin/2022-01-28, ecl/21.2.1, abcl-bin/1.9.2]
os: [ ubuntu-latest, macos-latest ]

exclude:
- os: macos-latest
lisp: clasp-bin/2022-01-28
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 311c552

Please sign in to comment.