Skip to content

Commit a6158dc

Browse files
authored
Merge pull request #201 from coq-community/coq-8.18
Update testing to Coq 8.18.
2 parents f865fa8 + fbb6324 commit a6158dc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,20 @@ 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'
2425
- 'coqorg/coq:8.14'
2526
fail-fast: false
2627
steps:
27-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2829
- uses: coq-community/docker-coq-action@v1
2930
with:
3031
opam_file: 'coq-corn.opam'
3132
custom_image: ${{ matrix.image }}
3233

34+
3335
# See also:
3436
# https://github.com/coq-community/docker-coq-action#readme
3537
# https://github.com/erikmd/docker-coq-github-action-demo

coq-corn.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build: [
4646
]
4747
install: [make "install"]
4848
depends: [
49-
"coq" {(>= "8.14" & < "8.18~") | (= "dev")}
49+
"coq" {(>= "8.14" & < "8.19~") | (= "dev")}
5050
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
5151
"coq-bignums"
5252
]

meta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,12 @@ license:
8080

8181
supported_coq_versions:
8282
text: Coq 8.14 or greater
83-
opam: '{(>= "8.14" & < "8.17~") | (= "dev")}'
83+
opam: '{(>= "8.14" & < "8.19~") | (= "dev")}'
8484

8585
tested_coq_opam_versions:
8686
- version: dev
87+
- version: "8.18"
88+
- version: "8.17"
8789
- version: "8.16"
8890
- version: "8.15"
8991
- version: "8.14"

0 commit comments

Comments
 (0)