We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f112 commit f1df444Copy full SHA for f1df444
.github/workflows/workflow.yml
@@ -17,14 +17,7 @@ jobs:
17
matrix:
18
os: [macos-latest, ubuntu-latest, windows-latest]
19
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}
+ - ocaml-base-compiler.5.1.0
28
29
runs-on: ${{ matrix.os }}
30
0 commit comments