Skip to content

Commit

Permalink
Update Github CI action
Browse files Browse the repository at this point in the history
- Use setup-ocaml v3
- Test on more recent OCaml versions
  • Loading branch information
xavierleroy committed Jan 16, 2025
1 parent 353b2b3 commit ed955ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-version:
- 4.11.1
- 4.10.2
- 4.09.1
- 5.3.0
- 4.14.2

runs-on: ${{ matrix.os }}

Expand All @@ -25,7 +24,7 @@ jobs:
uses: actions/checkout@v2

- name: Use OCaml ${{ matrix.ocaml-version }}
uses: avsm/setup-ocaml@v1
uses: ocaml/setup-ocaml@v3
with:
ocaml-version: ${{ matrix.ocaml-version }}

Expand Down

0 comments on commit ed955ff

Please sign in to comment.