Skip to content

Commit

Permalink
Upgrade CI ocaml to 4.13 (4.11 no longer supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Jun 22, 2022
1 parent ffcd556 commit a03d1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
opam_file: 'coq-tactician-stdlib.opam'
coq_version: '8.13'
ocaml_version: '4.11-flambda'
ocaml_version: '4.13-flambda'
install: |
startGroup "Install dependencies"
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
Expand Down

0 comments on commit a03d1fb

Please sign in to comment.