Skip to content
Snippets Groups Projects
Commit e3833b98 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

bump mathcomp version to 1.18

parent e2d96ab3
No related branches found
No related tags found
1 merge request!331bump mathcomp version to 1.18
Pipeline #92613 passed
......@@ -29,7 +29,7 @@ stages:
- opam install -y -v -j ${NJOBS} coq-prosa-refinements
.preferred-stable-version:
image: bbbrandenburg/mathcomp-for-prosa:1.17.0-coq-8.18
image: bbbrandenburg/mathcomp-for-prosa:1.18.0-coq-8.18
.build:
image: bbbrandenburg/mathcomp-for-prosa:${CI_JOB_NAME}
......@@ -81,6 +81,11 @@ stages:
- .build
- .not_in_wip_branches
1.18.0-coq-8.18:
extends:
- .build
- .not_in_wip_branches
POET:
extends:
- .build-and-test-POET
......@@ -174,7 +179,7 @@ proof-state:
extends:
- .not_in_wip_branches
stage: build
image: bbbrandenburg/alectryon-ci:1.17.0-coq-8.18
image: bbbrandenburg/alectryon-ci:1.18.0-coq-8.18
script:
- eval $(opam env)
- make -j ${NJOBS} all
......
......@@ -13,7 +13,7 @@ build: [
install: [make "install"]
depends: [
"coq" {((>= "8.16" & < "8.19~") | = "dev")}
"coq-mathcomp-algebra" {((>= "1.16" & < "1.18~") | = "dev")}
"coq-mathcomp-algebra" {((>= "1.16" & < "1.19~") | = "dev")}
"coq-mathcomp-zify" {>= "1.2.0"}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment