Skip to content

Commit d3fdd9a

Browse files
authored
Merge pull request #119 from Zimmi48/test-coq-8.18
Introducing CI for Coq 8.18.
2 parents 7a57556 + 07554ab commit d3fdd9a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
image:
2020
- 'coqorg/coq:dev'
21+
- 'coqorg/coq:8.18'
2122
- 'coqorg/coq:8.17'
2223
- 'coqorg/coq:8.16'
2324
- 'coqorg/coq:8.15'

coq-math-classes.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build: [
3030
]
3131
install: [make "install"]
3232
depends: [
33-
"coq" {(>= "8.11" & < "8.18~") | (= "dev")}
33+
"coq" {(>= "8.11" & < "8.19~") | (= "dev")}
3434
"coq-bignums"
3535
]
3636

meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ license:
5050

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

5555
tested_coq_opam_versions:
5656
- version: dev
57+
- version: "8.18"
5758
- version: "8.17"
5859
- version: "8.16"
5960
- version: "8.15"

0 commit comments

Comments
 (0)