Skip to content

Commit

Permalink
Try 4.14.1 too
Browse files Browse the repository at this point in the history
test plan:
wait for green CI checks
  • Loading branch information
aryx committed Apr 19, 2024
1 parent 789a054 commit 7f904b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ local job = {
'3.10.0',
// First OCaml version with a working ocamlformat OPAM package
'4.04.1',
// Current version I usually work with
'4.14.1',
//TODO: Ideally 4.14.1 and ocaml latest (5.2.0)
],
}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
ocaml-compiler:
- 3.10.0
- 4.04.1
- 4.14.1
os:
- ubuntu-latest
name: build-and-test
Expand Down

0 comments on commit 7f904b7

Please sign in to comment.