Skip to content

Commit

Permalink
[CI] Add MC 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Oct 26, 2023
1 parent f127f32 commit 72ec227
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp:2.0.0-coq-8.16'
- 'mathcomp/mathcomp:2.0.0-coq-8.17'
- 'mathcomp/mathcomp:2.0.0-coq-8.18'
- 'mathcomp/mathcomp:2.1.0-coq-8.16'
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
Expand Down
4 changes: 2 additions & 2 deletions coq-fourcolor.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ basic plane topology definitions, and a theory of combinatorial hypermaps."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.16" & < "8.18~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.1~") | (= "dev")}
"coq" {(>= "8.16" & < "8.19~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.2~") | (= "dev")}
"coq-mathcomp-algebra"
]

Expand Down
10 changes: 7 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,16 @@ license:

supported_coq_versions:
text: 8.16 or later
opam: '{(>= "8.16" & < "8.18~") | (= "dev")}'
opam: '{(>= "8.16" & < "8.19~") | (= "dev")}'

tested_coq_opam_versions:
- version: '2.0.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '2.0.0-coq-8.17'
- version: '2.0.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: '2.1.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '2.1.0-coq-8.18'
repo: 'mathcomp/mathcomp'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
Expand All @@ -52,7 +56,7 @@ ci_cron_schedule: '0 5 * * *'
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "2.0.0" & < "2.1~") | (= "dev")}'
version: '{(>= "2.0.0" & < "2.2~") | (= "dev")}'
description: |-
[MathComp ssreflect 2.0 or later](https://math-comp.github.io)
- opam:
Expand Down

0 comments on commit 72ec227

Please sign in to comment.