Skip to content

Commit

Permalink
Also test on 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jul 9, 2024
1 parent 2a00867 commit 3ef558d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-24.04]
compiler: [4.14.2, 5.2.0]
steps:
- name: Build and test module
uses: savonet/build-and-test-ocaml-module@main
with:
ocaml-compiler: ${{ matrix.compiler }}
- name: Run CI tests
run: |
opam exec dune build @citest

0 comments on commit 3ef558d

Please sign in to comment.