Skip to content

Commit

Permalink
Update GitHub Actions CI (#1137)
Browse files Browse the repository at this point in the history
* Add OCaml 5.2.0 to CI

* Use patch versions of OCaml 5 in CI

* Update ocaml/setup-ocaml to v3

Hopefully fixes darcs issue on Ubuntu 24.04 runners.
  • Loading branch information
sim642 authored Jan 6, 2025
1 parent 0af8354 commit 7d2c4f2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 5.1.0
- 5.0.0
- 5.2.x
- 5.1.x
- 5.0.x
- 4.14.x
- 4.13.x
- 4.12.x
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 7d2c4f2

Please sign in to comment.