Skip to content

Commit

Permalink
Update coq-opam-package.yml
Browse files Browse the repository at this point in the history
The versions of Coq we support require OCaml >= 4.09.2
  • Loading branch information
JasonGross authored Apr 22, 2024
1 parent 15526a5 commit 2bd0653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
coq-version: ['dev', '8.19.0', '8.18.0']
os: [{name: 'Ubuntu',
runs-on: 'ubuntu-latest',
ocaml-compiler: '4.08.1',
ocaml-compiler: '4.09.1',
coq-extra-flags: '',
extra-ocaml-repositories: '',
opam-jobs-flag: ''},
Expand Down

0 comments on commit 2bd0653

Please sign in to comment.