Skip to content

Commit 6bb61a3

Browse files
authored
Merge pull request #23 from math-comp/ci
Update CI
2 parents a1cca0e + daca24b commit 6bb61a3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/docker-action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
matrix:
1919
image:
2020
- 'mathcomp/mathcomp:1.12.0-coq-8.13'
21-
- 'mathcomp/mathcomp:1.12.0-coq-dev'
21+
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
2222
- 'mathcomp/mathcomp-dev:coq-8.13'
23+
- 'mathcomp/mathcomp-dev:coq-8.14'
2324
- 'mathcomp/mathcomp-dev:coq-dev'
2425
fail-fast: false
2526
steps:

coq-mathcomp-zify.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zify tactic."""
1919
build: [make "-j%{jobs}%" ]
2020
install: [make "install"]
2121
depends: [
22-
"coq" {(>= "8.13" & < "8.14~") | (= "dev")}
22+
"coq" {(>= "8.13" & < "8.15~") | (= "dev")}
2323
"coq-mathcomp-algebra" {(>= "1.12" & < "1.13~") | (= "dev")}
2424
]
2525

meta.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ license:
2626

2727
supported_coq_versions:
2828
text: 8.13 or later
29-
opam: '{(>= "8.13" & < "8.14~") | (= "dev")}'
29+
opam: '{(>= "8.13" & < "8.15~") | (= "dev")}'
3030

3131
tested_coq_nix_versions:
3232

3333
tested_coq_opam_versions:
3434
- version: '1.12.0-coq-8.13'
3535
repo: 'mathcomp/mathcomp'
36-
- version: '1.12.0-coq-dev'
36+
- version: '1.12.0-coq-8.14'
3737
repo: 'mathcomp/mathcomp'
3838
- version: 'coq-8.13'
3939
repo: 'mathcomp/mathcomp-dev'
40+
- version: 'coq-8.14'
41+
repo: 'mathcomp/mathcomp-dev'
4042
- version: 'coq-dev'
4143
repo: 'mathcomp/mathcomp-dev'
4244

0 commit comments

Comments
 (0)