Skip to content

Commit

Permalink
[CI] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored and affeldt-aist committed Jan 24, 2022
1 parent 7a82f0d commit c351bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp:1.13.0-coq-dev'
- 'mathcomp/mathcomp:1.14.0-coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.13'
- 'mathcomp/mathcomp-dev:coq-8.14'
- 'mathcomp/mathcomp-dev:coq-dev'
Expand Down
10 changes: 5 additions & 5 deletions coq-mathcomp-analysis.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.13" & < "8.16~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.12.0" & < "1.14~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-fingroup" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-algebra" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-solvable" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-field" { (>= "1.12.0" & < "1.15~") | (= "dev") }
"coq-mathcomp-finmap" { (>= "1.5.1" & < "1.6~") | (= "dev") }
"coq-mathcomp-bigenough" { (>= "1.0.0") }
"coq-hierarchy-builder" { (>= "0.10.0") }
Expand Down

0 comments on commit c351bda

Please sign in to comment.