Skip to content

Commit

Permalink
Merge pull request #39 from ymyzk/dependabot/github_actions/ocaml/set…
Browse files Browse the repository at this point in the history
…up-ocaml-3

Bump ocaml/setup-ocaml from 2 to 3
  • Loading branch information
ymyzk authored Nov 23, 2024
2 parents e0bb51e + bcdc238 commit cf5c302
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- 5.1.x
- 5.2.x
exclude:
# See https://github.com/ocaml/setup-ocaml?tab=readme-ov-file#ocaml-compiler-support-matrix
- os: macos-latest
ocaml-compiler: 4.03.x
- os: macos-latest
Expand All @@ -53,17 +54,31 @@ jobs:
- os: macos-latest
ocaml-compiler: 4.11.x
- os: windows-latest
ocaml-compiler: 5.0.x
ocaml-compiler: 4.03.x
- os: windows-latest
ocaml-compiler: 4.04.x
- os: windows-latest
ocaml-compiler: 4.05.x
- os: windows-latest
ocaml-compiler: 4.06.x
- os: windows-latest
ocaml-compiler: 5.1.x
ocaml-compiler: 4.07.x
- os: windows-latest
ocaml-compiler: 4.08.x
- os: windows-latest
ocaml-compiler: 4.09.x
- os: windows-latest
ocaml-compiler: 4.10.x
- os: windows-latest
ocaml-compiler: 4.11.x
- os: windows-latest
ocaml-compiler: 5.2.x
ocaml-compiler: 4.12.x
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install . --deps-only --with-test
Expand Down

0 comments on commit cf5c302

Please sign in to comment.