Skip to content

Commit

Permalink
ci: test more versions of lambdapi (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui authored Nov 19, 2024
1 parent d5126ad commit 91aa5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
lambdapi-version: [lambdapi,lambdapi.2.4.0,lambdapi.2.3.1,lambdapi.2.3.0]
lambdapi-version: [lambdapi,lambdapi.2.5.1,lambdapi.2.5.0,lambdapi.2.4.1,lambdapi.2.4.0,lambdapi.2.3.1,lambdapi.2.3.0]
# lambdapi.2.3.0 dependencies require ocaml < 5.0.0
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 91aa5e7

Please sign in to comment.