Skip to content

Commit 6cf21b5

Browse files
authored
Merge pull request #41 from math-comp/ci
Update CI
2 parents c363f2e + 6b236cb commit 6cf21b5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/docker-action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- 'mathcomp/mathcomp:1.14.0-coq-8.13'
2626
- 'mathcomp/mathcomp:1.14.0-coq-8.14'
2727
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
28+
- 'mathcomp/mathcomp:1.15.0-coq-8.13'
29+
- 'mathcomp/mathcomp:1.15.0-coq-8.14'
30+
- 'mathcomp/mathcomp:1.15.0-coq-8.15'
31+
- 'mathcomp/mathcomp:1.15.0-coq-dev'
2832
- 'mathcomp/mathcomp-dev:coq-8.13'
2933
- 'mathcomp/mathcomp-dev:coq-8.14'
3034
- 'mathcomp/mathcomp-dev:coq-8.15'

meta.yml

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ tested_coq_opam_versions:
4747
repo: 'mathcomp/mathcomp'
4848
- version: '1.14.0-coq-8.15'
4949
repo: 'mathcomp/mathcomp'
50+
- version: '1.15.0-coq-8.13'
51+
repo: 'mathcomp/mathcomp'
52+
- version: '1.15.0-coq-8.14'
53+
repo: 'mathcomp/mathcomp'
54+
- version: '1.15.0-coq-8.15'
55+
repo: 'mathcomp/mathcomp'
56+
- version: '1.15.0-coq-dev'
57+
repo: 'mathcomp/mathcomp'
5058
- version: 'coq-8.13'
5159
repo: 'mathcomp/mathcomp-dev'
5260
- version: 'coq-8.14'

0 commit comments

Comments
 (0)