actions: run tests on 4.14 only

This commit is contained in:
Simon Cruanes 2022-08-29 20:48:57 -04:00
parent 0f21cf069e
commit 4dca7df629
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -27,4 +27,4 @@ jobs:
- run: opam install -t . --deps-only - run: opam install -t . --deps-only
- run: opam exec -- dune build --ignore-promoted-rules - run: opam exec -- dune build --ignore-promoted-rules
- run: opam exec -- dune runtest --ignore-promoted-rules - run: opam exec -- dune runtest --ignore-promoted-rules
if: ${{ matrix.os == 'ubuntu-latest'}} if: ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '4.14.x' }}