Skip to content

Commit

Permalink
re-enable Coq 8.11 in opam and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog authored and thery committed Oct 1, 2022
1 parent e23d989 commit 762c7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
coq_version: ['8.12', '8.13', '8.14', '8.15', 'dev']
coq_version: ['8.11', '8.12', '8.13', '8.14', '8.15', 'dev']
ocaml_version: ['default']
fail-fast: false # don't stop jobs if one fails
steps:
Expand Down
2 changes: 1 addition & 1 deletion coq-coqprime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: [
]
depends: [
"ocaml"
"coq" {>= "8.12~"}
"coq" {>= "8.11~"}
"coq-bignums"
]
synopsis: "Certifying prime numbers in Coq"

0 comments on commit 762c7f5

Please sign in to comment.