We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8c79d commit 9c01c9bCopy full SHA for 9c01c9b
.github/workflows/docker-action.yml
@@ -16,14 +16,10 @@ jobs:
16
matrix:
17
image:
18
- 'mathcomp/mathcomp-dev:rocq-prover-dev'
19
+ - 'mathcomp/mathcomp:2.4.0-rocq-9.0'
20
+ - 'mathcomp/mathcomp:2.4.0-coq-8.20'
21
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
22
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- - 'mathcomp/mathcomp:2.1.0-coq-8.18'
- - 'mathcomp/mathcomp:2.1.0-coq-8.17'
23
- - 'mathcomp/mathcomp:2.1.0-coq-8.16'
24
- - 'mathcomp/mathcomp:2.0.0-coq-8.18'
25
- - 'mathcomp/mathcomp:2.0.0-coq-8.17'
26
- - 'mathcomp/mathcomp:2.0.0-coq-8.16'
27
fail-fast: false
28
steps:
29
- uses: actions/checkout@v4
0 commit comments