Skip to content

Commit

Permalink
Merge pull request #119 from Zimmi48/test-coq-8.18
Browse files Browse the repository at this point in the history
Introducing CI for Coq 8.18.
  • Loading branch information
Zimmi48 authored Sep 29, 2023
2 parents 7a57556 + 07554ab commit d3fdd9a
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.18'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
Expand Down
2 changes: 1 addition & 1 deletion coq-math-classes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.18~") | (= "dev")}
"coq" {(>= "8.11" & < "8.19~") | (= "dev")}
"coq-bignums"
]

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

supported_coq_versions:
text: Coq 8.11 or later (use releases for other Coq versions)
opam: '{(>= "8.11" & < "8.18~") | (= "dev")}'
opam: '{(>= "8.11" & < "8.19~") | (= "dev")}'

tested_coq_opam_versions:
- version: dev
- version: "8.18"
- version: "8.17"
- version: "8.16"
- version: "8.15"
Expand Down

0 comments on commit d3fdd9a

Please sign in to comment.