Skip to content

Commit

Permalink
Merge pull request #48 from coq-community/coq816
Browse files Browse the repository at this point in the history
Add CI for coq 8.16
  • Loading branch information
CohenCyril authored Jul 13, 2022
2 parents 2eded10 + a6471d3 commit 851949d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.15'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion coq-fourcolor.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ basic plane topology definitions, and a theory of combinatorial hypermaps."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
"coq" {(>= "8.11" & < "8.17~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.12" & < "1.16~") | (= "dev")}
"coq-mathcomp-algebra"
]
Expand Down
6 changes: 5 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license:

supported_coq_versions:
text: 8.11 or later
opam: '{(>= "8.11" & < "8.16~") | (= "dev")}'
opam: '{(>= "8.11" & < "8.17~") | (= "dev")}'

tested_coq_opam_versions:
- version: '1.12.0-coq-8.11'
Expand All @@ -58,10 +58,14 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.15.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: 'coq-8.14'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.15'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.16'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'

Expand Down

0 comments on commit 851949d

Please sign in to comment.