Skip to content

Commit

Permalink
Merge pull request #1049 from ocsigen/ocaml-5.3
Browse files Browse the repository at this point in the history
Add OCaml 5.3 to CI
  • Loading branch information
smorimoto authored Jan 11, 2025
2 parents 51a32b7 + e8b1c1a commit 5793443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,19 @@ jobs:
- "5.0"
- "5.1"
- "5.2"
- "5.3"
libev:
- true
- false
include:
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.5.2.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
ocaml-compiler: ocaml-variants.5.3.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static,ocaml-option-no-compression
libev: false
- os: macos-latest
ocaml-compiler: "5.2"
ocaml-compiler: "5.3"
libev: false
- os: windows-latest
ocaml-compiler: "5.2"
ocaml-compiler: "5.3"
libev: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -69,6 +70,5 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "5.2"
dune-cache: true
ocaml-compiler: 5
- uses: ocaml/setup-ocaml/lint-opam@v3

0 comments on commit 5793443

Please sign in to comment.