Skip to content

Commit

Permalink
update opam and CI boilerplate for 8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog authored and chdoc committed Jan 6, 2022
1 parent ba48ad6 commit 5307515
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp:1.13.0-coq-8.14'
- 'mathcomp/mathcomp:1.13.0-coq-8.13'
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nix-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
overrides:
- 'coq = "master"; mathcomp = "master"'
- 'coq = "8.15"'
- 'coq = "8.14"'
- 'coq = "8.13"'
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion coq-reglang.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ decidability results and closure properties of regular languages."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.10" & < "8.15~") | (= "dev")}
"coq" {(>= "8.10" & < "8.16~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.11" & < "1.14~") | (= "dev")}
]

Expand Down
5 changes: 4 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ license:

supported_coq_versions:
text: 8.10 or later (use releases for other Coq versions)
opam: '{(>= "8.10" & < "8.15~") | (= "dev")}'
opam: '{(>= "8.10" & < "8.16~") | (= "dev")}'

dependencies:
- opam:
Expand All @@ -62,12 +62,15 @@ tested_coq_nix_versions:
- coq_version: 'master'
extra_dev_dependencies:
- nix_name: mathcomp
- coq_version: '8.15'
- coq_version: '8.14'
- coq_version: '8.13'

tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '1.13.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.14'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.13'
Expand Down

0 comments on commit 5307515

Please sign in to comment.