Skip to content

Commit f1df444

Browse files
committed
Align ocaml-base-compiler version.
Signed-off-by: George Leontiev <[email protected]>
1 parent de1f112 commit f1df444

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ jobs:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
ocaml:
20-
- ocaml-base-compiler.5.0.0~alpha0
21-
- 4.14.0
22-
include:
23-
- {os: ubuntu-latest, ocaml: 4.13.1}
24-
- {os: ubuntu-latest, ocaml: 4.12.1}
25-
- {os: ubuntu-latest, ocaml: 4.11.2}
26-
exclude:
27-
- {os: windows-latest, ocaml: ocaml-base-compiler.5.0.0~alpha0}
20+
- ocaml-base-compiler.5.1.0
2821

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

0 commit comments

Comments
 (0)