Skip to content

Commit

Permalink
🔧 Use OCaml 5.1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeta611 committed Jun 12, 2024
1 parent fa17cc2 commit ae3a62f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.2"
ocaml-compiler: "5.1"

- run: opam install . --deps-only --with-test

Expand Down
1 change: 0 additions & 1 deletion stappl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ dev-repo: "git+https://github.com/shapespeare/stappl.git"
pin-depends: [
[ "owl.1.1" "git+https://github.com/owlbarn/owl#06943b0267e7e80dd0eba94ebf63ca4d25c71910" ]
[ "pyml.20231101" "git+https://github.com/Zeta611/pyml#d62a7b9c2e3a856121c9cc850d71a11b00243b0c" ]
[ "stdcompat.19" "git+https://github.com/thierry-martinez/stdcompat#d53390d788027fe0a2282c4745eb3d1626341f99" ]
]
1 change: 0 additions & 1 deletion stappl.opam.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pin-depends: [
[ "owl.1.1" "git+https://github.com/owlbarn/owl#06943b0267e7e80dd0eba94ebf63ca4d25c71910" ]
[ "pyml.20231101" "git+https://github.com/Zeta611/pyml#d62a7b9c2e3a856121c9cc850d71a11b00243b0c" ]
[ "stdcompat.19" "git+https://github.com/thierry-martinez/stdcompat#d53390d788027fe0a2282c4745eb3d1626341f99" ]
]

0 comments on commit ae3a62f

Please sign in to comment.