Skip to content

Commit

Permalink
adjust metadata and CI for 8.19 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jul 12, 2024
1 parent c41b7dc commit 25728c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:2.2.0-coq-8.20'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
Expand Down
2 changes: 1 addition & 1 deletion coq-autosubst.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.14" & < "8.18~") | (= "dev")}
"coq" {(>= "8.14" & < "8.21~") | (= "dev")}
]

tags: [
Expand Down
8 changes: 7 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,17 @@ license:

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

tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '2.2.0-coq-8.20'
repo: 'mathcomp/mathcomp'
- version: '2.2.0-coq-8.19'
repo: 'mathcomp/mathcomp'
- version: '2.1.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '2.0.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
Expand Down

0 comments on commit 25728c0

Please sign in to comment.