Skip to content

Commit c11eb05

Browse files
authored
Merge pull request #116 from coq-community/test-8.17
Test Coq 8.17, clean up stale files.
2 parents 42b58d0 + d21cb8b commit c11eb05

File tree

4 files changed

+6
-29
lines changed

4 files changed

+6
-29
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 1 deletion
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.17'
2122
- 'coqorg/coq:8.16'
2223
- 'coqorg/coq:8.15'
2324
- 'coqorg/coq:8.14'
@@ -26,7 +27,7 @@ jobs:
2627
- 'coqorg/coq:8.11'
2728
fail-fast: false
2829
steps:
29-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3031
- uses: coq-community/docker-coq-action@v1
3132
with:
3233
opam_file: 'coq-math-classes.opam'
@@ -37,6 +38,7 @@ jobs:
3738
opam config list; opam repo list; opam list
3839
endGroup
3940
41+
4042
# See also:
4143
# https://github.com/coq-community/docker-coq-action#readme
4244
# https://github.com/erikmd/docker-coq-github-action-demo

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.17~") | (= "dev")}
33+
"coq" {(>= "8.11" & < "8.18~") | (= "dev")}
3434
"coq-bignums"
3535
]
3636

default.nix

Lines changed: 0 additions & 26 deletions
This file was deleted.

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.17~") | (= "dev")}'
53+
opam: '{(>= "8.11" & < "8.18~") | (= "dev")}'
5454

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

0 commit comments

Comments
 (0)