Skip to content

Commit e22713a

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 e22713a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 8 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 }}

0 commit comments

Comments
 (0)