We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c43b08 + 608f367 commit 474a058Copy full SHA for 474a058
.github/workflows/docker-action.yml
@@ -18,11 +18,13 @@ jobs:
18
matrix:
19
image:
20
- 'rocq/rocq-prover:dev'
21
+ - 'rocq/rocq-prover:9.0'
22
+ - 'coqorg/coq:8.20'
23
- 'coqorg/coq:8.19'
24
- 'coqorg/coq:8.18'
25
fail-fast: false
26
steps:
- - uses: actions/checkout@v3
27
+ - uses: actions/checkout@v4
28
- uses: coq-community/docker-coq-action@v1
29
with:
30
opam_file: 'coq-corn.opam'
coq-corn.opam
@@ -46,7 +46,7 @@ build: [
46
]
47
install: [make "install"]
48
depends: [
49
- "coq" {(>= "8.18" & < "8.20~") | (= "dev")}
+ "coq" {(>= "8.18" & < "9.1~") | (= "dev")}
50
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
51
"coq-elpi" {(>= "1.18.0") | (= "dev")}
52
"coq-bignums"
0 commit comments