Skip to content

Commit 78e8008

Browse files
committed
ci update
1 parent a0c6e47 commit 78e8008

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/docker-action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ jobs:
1717
strategy:
1818
matrix:
1919
image:
20-
- 'coqorg/coq:dev'
20+
- 'rocq/rocq-prover:dev'
21+
- 'rocq/rocq-prover:9.1'
22+
- 'rocq/rocq-prover:9.0'
2123
- 'coqorg/coq:8.20'
2224
- 'coqorg/coq:8.19'
2325
- 'coqorg/coq:8.18'
2426
- 'coqorg/coq:8.17'
2527
fail-fast: false
2628
steps:
27-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
2830
- uses: coq-community/docker-coq-action@v1
2931
with:
3032
opam_file: 'coq-coqtail.opam'

meta.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ supported_coq_versions:
3737
text: 8.17 or later
3838
opam: '{>= "8.17"}'
3939

40-
tested_coq_nix_versions:
41-
- coq_version: 'master'
40+
tested_rocq_opam_versions:
41+
- version: 'dev'
42+
- version: '9.1'
43+
- version: '9.0'
4244

4345
tested_coq_opam_versions:
44-
- version: dev
4546
- version: '8.20'
4647
- version: '8.19'
4748
- version: '8.18'

0 commit comments

Comments
 (0)