Skip to content

Commit db8be63

Browse files
authored
add CI for MathComp 2.2.0 (#70)
1 parent 126f815 commit db8be63

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
matrix:
2121
image:
2222
- 'mathcomp/mathcomp-dev:coq-dev'
23+
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
24+
- 'mathcomp/mathcomp:2.2.0-coq-8.18'
2325
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
2426
- 'mathcomp/mathcomp:2.1.0-coq-8.17'
2527
- 'mathcomp/mathcomp:2.1.0-coq-8.16'

meta.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ dependencies:
6666
tested_coq_opam_versions:
6767
- version: 'coq-dev'
6868
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+
repo: 'mathcomp/mathcomp'
6973
- version: '2.1.0-coq-8.18'
7074
repo: 'mathcomp/mathcomp'
7175
- version: '2.1.0-coq-8.17'

0 commit comments

Comments
 (0)