Skip to content

Commit 4364c4b

Browse files
authored
Merge pull request #412 from jmid/remove-408-in-ci
Bump CI lower bound to 4.11 as 4.08 has been retired from the opam-repo
2 parents 7a70422 + 7994c50 commit 4364c4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-latest
1818
- windows-latest
1919
ocaml-compiler:
20-
- "4.08"
20+
- "4.11"
2121
- "4.12"
2222
- "4.14"
2323
- "5.0"
@@ -27,9 +27,9 @@ jobs:
2727
- "5.4"
2828
exclude:
2929
- os: macos-latest
30-
ocaml-compiler: "4.08"
30+
ocaml-compiler: "4.11"
3131
- os: windows-latest
32-
ocaml-compiler: "4.08"
32+
ocaml-compiler: "4.11"
3333
- os: windows-latest
3434
ocaml-compiler: "4.12"
3535
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)