Skip to content

Commit

Permalink
bump upper coq version
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrat committed May 10, 2024
1 parent 3dd8416 commit 0a4c86f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp:1.17.0-coq-8.15'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
- 'mathcomp/mathcomp:1.17.0-coq-8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/imdea-software/htt/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/imdea-software/htt/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/imdea-software/htt/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/imdea-software/htt/actions/workflows/docker-action.yml



Expand Down
2 changes: 1 addition & 1 deletion coq-htt-examples.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.15" & < "8.18~") | (= "dev") }
"coq" { (>= "8.15" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.17.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
Expand Down
2 changes: 1 addition & 1 deletion coq-htt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" { (>= "8.15" & < "8.18~") | (= "dev") }
"coq" { (>= "8.15" & < "8.19~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "1.17.0" & < "1.18~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ license:

supported_coq_versions:
text: Coq 8.15 to 8.17
opam: '{ (>= "8.15" & < "8.18~") | (= "dev") }'
opam: '{ (>= "8.15" & < "8.19~") | (= "dev") }'

tested_coq_opam_versions:
- version: '1.17.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.17.0-coq-8.17'
- version: '1.17.0-coq-8.18'
repo: 'mathcomp/mathcomp'
# - version: 'coq-dev'
# repo: 'mathcomp/mathcomp-dev'
Expand Down

0 comments on commit 0a4c86f

Please sign in to comment.