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.
1 parent 126f815 commit db8be63Copy full SHA for db8be63
.github/workflows/docker-action.yml
@@ -20,6 +20,8 @@ jobs:
20
matrix:
21
image:
22
- 'mathcomp/mathcomp-dev:coq-dev'
23
+ - 'mathcomp/mathcomp:2.2.0-coq-8.19'
24
+ - 'mathcomp/mathcomp:2.2.0-coq-8.18'
25
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
26
- 'mathcomp/mathcomp:2.1.0-coq-8.17'
27
- 'mathcomp/mathcomp:2.1.0-coq-8.16'
meta.yml
@@ -66,6 +66,10 @@ dependencies:
66
tested_coq_opam_versions:
67
- version: 'coq-dev'
68
repo: 'mathcomp/mathcomp-dev'
69
+- version: '2.2.0-coq-8.19'
70
+ repo: 'mathcomp/mathcomp'
71
+- version: '2.2.0-coq-8.18'
72
73
- version: '2.1.0-coq-8.18'
74
repo: 'mathcomp/mathcomp'
75
- version: '2.1.0-coq-8.17'
0 commit comments