Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Dec 5, 2024
1 parent 31e1cb6 commit 5ad159a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ jobs:
- mathcomp/mathcomp:2.2.0-coq-8.17
- mathcomp/mathcomp:2.2.0-coq-8.18
- mathcomp/mathcomp:2.2.0-coq-8.19
- mathcomp/mathcomp:2.2.0-coq-8.20
- mathcomp/mathcomp:2.2.0-coq-dev
- mathcomp/mathcomp:2.3.0-coq-8.18
- mathcomp/mathcomp:2.3.0-coq-8.19
- mathcomp/mathcomp:2.3.0-coq-8.20
- mathcomp/mathcomp:2.3.0-coq-dev
- mathcomp/mathcomp-dev:coq-8.18
- mathcomp/mathcomp-dev:coq-8.19
- mathcomp/mathcomp-dev:coq-8.20
- mathcomp/mathcomp-dev:coq-dev
fail-fast: false
steps:
Expand Down
4 changes: 2 additions & 2 deletions coq-mathcomp-multinomials.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors: ["Pierre-Yves Strub"]
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16" & < "8.20~") | = "dev"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.3~") | = "dev"}
"coq" {(>= "8.16" & < "8.21~") | = "dev"}
"coq-mathcomp-ssreflect" {(>= "2.0" & < "2.4~") | = "dev"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {(>= "1.0" & < "1.1~") | = "dev"}
"coq-mathcomp-finmap" {(>= "2.0" & < "2.2~") | = "dev"}
Expand Down

0 comments on commit 5ad159a

Please sign in to comment.