Skip to content

Commit 293c62f

Browse files
committed
Bump lowest CI version to OCaml 4.08.0
1 parent 40e6fef commit 293c62f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- { ocaml-compiler: 4.14.0, os: ubuntu-latest }
1818
- { ocaml-compiler: 4.14.0, os: windows-latest }
1919
- { ocaml-compiler: 4.14.0, os: macos-latest }
20-
- { ocaml-compiler: 4.06.0, os: ubuntu-latest }
20+
- { ocaml-compiler: 4.08.0, os: ubuntu-latest }
2121

2222
runs-on: ${{ matrix.os }}
2323

@@ -41,10 +41,10 @@ jobs:
4141
- run: opam install . --deps-only
4242

4343
- run: opam install containers re yojson -y
44-
if: matrix.ocaml-compiler != '4.06.0'
44+
if: matrix.ocaml-compiler != '4.08.0'
4545

4646
- run: opam exec -- dune build
47-
if: matrix.ocaml-compiler != '4.06.0'
47+
if: matrix.ocaml-compiler != '4.08.0'
4848

4949
- run: opam install raylib raygui
50-
if: matrix.ocaml-compiler == '4.06.0'
50+
if: matrix.ocaml-compiler == '4.08.0'

0 commit comments

Comments
 (0)