Skip to content

Commit f4b5167

Browse files
authored
Merge pull request #77 from coq-community/ci-update
update docker ci
2 parents a8fea35 + 0786294 commit f4b5167

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/docker-action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
image:
22-
- 'mathcomp/mathcomp-dev:coq-dev'
22+
- 'mathcomp/mathcomp-dev:rocq-prover-dev'
23+
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
2324
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
2425
- 'mathcomp/mathcomp:2.2.0-coq-8.18'
2526
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
@@ -30,7 +31,7 @@ jobs:
3031
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
3132
fail-fast: false
3233
steps:
33-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3435
- uses: coq-community/docker-coq-action@v1
3536
with:
3637
opam_file: 'coq-reglang.opam'

meta.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ dependencies:
6464
[Hierarchy Builder](https://github.com/math-comp/hierarchy-builder) 1.4.0 or later
6565
6666
tested_coq_opam_versions:
67-
- version: 'coq-dev'
67+
- version: 'rocq-prover-dev'
6868
repo: 'mathcomp/mathcomp-dev'
69+
- version: '2.3.0-coq-8.20'
70+
repo: 'mathcomp/mathcomp'
6971
- version: '2.2.0-coq-8.19'
7072
repo: 'mathcomp/mathcomp'
7173
- version: '2.2.0-coq-8.18'

0 commit comments

Comments
 (0)