Skip to content

Commit 474a058

Browse files
authored
ci: Add checks for 8.20 and 9.0 (#217)
2 parents 4c43b08 + 608f367 commit 474a058

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ jobs:
1818
matrix:
1919
image:
2020
- 'rocq/rocq-prover:dev'
21+
- 'rocq/rocq-prover:9.0'
22+
- 'coqorg/coq:8.20'
2123
- 'coqorg/coq:8.19'
2224
- 'coqorg/coq:8.18'
2325
fail-fast: false
2426
steps:
25-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2628
- uses: coq-community/docker-coq-action@v1
2729
with:
2830
opam_file: 'coq-corn.opam'

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.18" & < "8.20~") | (= "dev")}
49+
"coq" {(>= "8.18" & < "9.1~") | (= "dev")}
5050
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
5151
"coq-elpi" {(>= "1.18.0") | (= "dev")}
5252
"coq-bignums"

0 commit comments

Comments
 (0)