Skip to content

Commit

Permalink
CI: Test with OCaml 5.3 in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Julow committed Dec 3, 2024
1 parent 117562d commit 5569838
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@ jobs:
- "4.08"
- "4.10"
- "4.12"
- "4.14"
- "5.0"
- "5.2"
- "5.3"
include:
- os: ubuntu-latest
ocaml-compiler: "5.2"
ocaml-compiler: "5.3"
# We don't need to compute coverage for more than one build
send-coverage: true
# Mdx tests Mdx tests
run-mdx: true
- os: macos-latest
ocaml-compiler: "5.2"
ocaml-compiler: "5.3"
# - os: windows-latest
# ocaml-compiler: "5.2"

Expand Down

0 comments on commit 5569838

Please sign in to comment.