Skip to content

Commit

Permalink
update boilerplate for 8.17 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 25, 2022
1 parent 13f11ea commit ce40f18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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,10 +17,10 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
- 'coqorg/coq:8.13'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the MSet library.
- Pierre Letouzey ([**@letouzey**](https://github.com/letouzey))
- Karl Palmskog ([**@palmskog**](https://github.com/palmskog))
- License: [GNU Lesser General Public License v2.1](LICENSE)
- Compatible Coq versions: 8.13 to 8.16
- Compatible Coq versions: 8.14 and later
- Additional dependencies: none
- Coq namespace: `MMaps`
- Related publication(s): none
Expand Down
2 changes: 1 addition & 1 deletion coq-mmaps.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the MSet library."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.13" & < "8.17~"}
"coq" {>= "8.14"}
]

tags: [
Expand Down
6 changes: 3 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ license:
identifier: LGPL-2.1-only

supported_coq_versions:
text: 8.13 to 8.16
opam: '{>= "8.13" & < "8.17~"}'
text: 8.14 and later
opam: '{>= "8.14"}'

tested_coq_opam_versions:
- version: 'dev'
- version: '8.16'
- version: '8.15'
- version: '8.14'
- version: '8.13'

namespace: MMaps

Expand Down

0 comments on commit ce40f18

Please sign in to comment.