File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments