Skip to content

Commit 5359f7c

Browse files
ocaml.5.4 in CI workflow
note: the restriction is too strict and only useful for the stall-detector, it will be relaxed
1 parent 1409b9d commit 5359f7c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,19 @@ jobs:
1515
os:
1616
- ubuntu-latest
1717
ocaml-compiler:
18-
- "4.14"
19-
- "5.0"
20-
- "5.1"
21-
- "5.2"
22-
- "5.3"
18+
- "5.4"
2319
libev:
2420
- true
2521
- false
2622
include:
2723
- os: ubuntu-24.04-arm
28-
ocaml-compiler: "5.3"
24+
ocaml-compiler: "5.4"
2925
libev: false
3026
- os: macos-latest
31-
ocaml-compiler: "5.3"
27+
ocaml-compiler: "5.4"
3228
libev: false
3329
- os: windows-latest
34-
ocaml-compiler: "5.3"
30+
ocaml-compiler: "5.4"
3531
libev: false
3632

3733
runs-on: ${{ matrix.os }}
@@ -47,7 +43,7 @@ jobs:
4743
"4.14"|"5.0")
4844
:
4945
;;
50-
"5.1"|"5.2"|"5.3")
46+
"5.1"|"5.2"|"5.3"|"5.4")
5147
opampkgs="${opampkgs} ./lwt_ppx__ppx_let_tests.opam"
5248
dunepkgs="${dunepkgs},lwt_ppx__ppx_let_tests"
5349
;;
@@ -60,7 +56,7 @@ jobs:
6056
"4.14")
6157
:
6258
;;
63-
"5.0"|"5.1"|"5.2"|"5.3")
59+
"5.0"|"5.1"|"5.2"|"5.3"|"5.4")
6460
opampkgs="${opampkgs} ./lwt_direct.opam"
6561
dunepkgs="${dunepkgs},lwt_direct"
6662
;;

0 commit comments

Comments
 (0)