Skip to content

Commit

Permalink
Merge pull request #23 from math-comp/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
pi8027 authored Sep 25, 2021
2 parents a1cca0e + daca24b commit 6bb61a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp:1.12.0-coq-8.13'
- 'mathcomp/mathcomp:1.12.0-coq-dev'
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-zify.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zify tactic."""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {(>= "8.13" & < "8.14~") | (= "dev")}
"coq" {(>= "8.13" & < "8.15~") | (= "dev")}
"coq-mathcomp-algebra" {(>= "1.12" & < "1.13~") | (= "dev")}
]

Expand Down
6 changes: 4 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ license:

supported_coq_versions:
text: 8.13 or later
opam: '{(>= "8.13" & < "8.14~") | (= "dev")}'
opam: '{(>= "8.13" & < "8.15~") | (= "dev")}'

tested_coq_nix_versions:

tested_coq_opam_versions:
- version: '1.12.0-coq-8.13'
repo: 'mathcomp/mathcomp'
- version: '1.12.0-coq-dev'
- version: '1.12.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: 'coq-8.13'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-8.14'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'

Expand Down

0 comments on commit 6bb61a3

Please sign in to comment.