Skip to content

Commit

Permalink
Merge pull request #10 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 0fb46ef + 82d43a6 commit f415934
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
image:
- 'mathcomp/mathcomp:1.12.0-coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion coq-mathcomp-algebra-tactics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This library provides experimental `ring` and `field` tactics for
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")}
"coq-mathcomp-zify" {(>= "1.0.0") | (= "dev")}
"coq-elpi" {(>= "1.10.1") | (= "dev")}
Expand Down
6 changes: 5 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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:

Expand All @@ -34,6 +34,10 @@ tested_coq_opam_versions:
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'

dependencies:
- opam:
Expand Down

0 comments on commit f415934

Please sign in to comment.