We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a70422 + 7994c50 commit 4364c4bCopy full SHA for 4364c4b
1 file changed
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- ubuntu-latest
18
- windows-latest
19
ocaml-compiler:
20
- - "4.08"
+ - "4.11"
21
- "4.12"
22
- "4.14"
23
- "5.0"
@@ -27,9 +27,9 @@ jobs:
27
- "5.4"
28
exclude:
29
- os: macos-latest
30
- ocaml-compiler: "4.08"
+ ocaml-compiler: "4.11"
31
- os: windows-latest
32
33
34
ocaml-compiler: "4.12"
35
runs-on: ${{ matrix.os }}
0 commit comments