Skip to content

Commit

Permalink
exclude 8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Jul 13, 2024
1 parent 1a7aaa6 commit 612edec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.19'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion coq-bertrand.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ an application of the postulate to compute partitions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.18" & <= "8.20~") | (= "dev")}
"coq" {(>= "8.18" & < "8.20~") | (= "dev")}
]

tags: [
Expand Down
3 changes: 2 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ license:

supported_coq_versions:
text: Coq 8.18 or later
opam: '{(>= "8.18" & <= "8.20~") | (= "dev")}'
opam: '{(>= "8.18" & < "8.20~") | (= "dev")}'

tested_coq_opam_versions:
- version: 'dev'
- version: '8.19'
- version: '8.18'

tested_coq_nix_versions:
Expand Down

0 comments on commit 612edec

Please sign in to comment.