Skip to content

Commit

Permalink
Merge pull request #9 from mbarbin/upgrade-to-ocaml.5.3
Browse files Browse the repository at this point in the history
Upgrade to ocaml.5.3
  • Loading branch information
mbarbin authored Jan 9, 2025
2 parents 550ecc0 + 4f04220 commit c1d7469
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 5.2.x
- 5.3.x

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

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/more-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
- ubuntu-latest
- windows-latest
ocaml-compiler:
- 5.3.x
- 5.2.x
- 4.14.x
exclude:
# We exclude the combination already tested in the 'ci' workflow.
- os: ubuntu-latest
ocaml-compiler: 5.2.x
ocaml-compiler: 5.3.x
# We exclude windows-4.14 - this fails when building core.
- os: windows-latest
ocaml-compiler: 4.14.x
Expand Down
2 changes: 2 additions & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
version=0.27.0
ocaml-version=4.14
profile=janestreet
parse-docstrings=true

0 comments on commit c1d7469

Please sign in to comment.