Skip to content

Commit

Permalink
Merge pull request #28 from coq-community/coq-8.14
Browse files Browse the repository at this point in the history
bump minimal Coq version to 8.14
  • Loading branch information
RalfJung authored May 11, 2022
2 parents 30def46 + e6de821 commit 0d0de67
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
name: Docker CI

on:
Expand All @@ -16,10 +18,9 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp:1.12.0-coq-8.13'
- 'mathcomp/mathcomp:1.12.0-coq-8.12'
- 'mathcomp/mathcomp:1.11.0-coq-8.12'
- 'mathcomp/mathcomp:1.10.0-coq-8.11'
- 'mathcomp/mathcomp:1.14.0-coq-8.15'
- 'mathcomp/mathcomp:1.13.0-coq-8.15'
- 'mathcomp/mathcomp:1.12.0-coq-8.14'
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 @@ -43,7 +43,7 @@ substitutions.
- Ralf Jung ([**@RalfJung**](https://github.com/RalfJung))
- Dan Frumin ([**@co-dan**](https://github.com/co-dan))
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.11 or later
- Compatible Coq versions: 8.14 or later
- Additional dependencies: none
- Coq namespace: `Autosubst`
- Related publication(s):
Expand Down
2 changes: 1 addition & 1 deletion coq-autosubst.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ substitutions."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
"coq" {(>= "8.14" & < "8.16~") | (= "dev")}
]

tags: [
Expand Down
14 changes: 7 additions & 7 deletions meta.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# When this file changes, run 'generate.sh' from
# https://github.com/coq-community/templates to update the other files.
fullname: Autosubst
shortname: autosubst
organization: coq-community
Expand Down Expand Up @@ -44,19 +46,17 @@ license:
identifier: MIT

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

tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: '1.12.0-coq-8.13'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.12.0-coq-8.12'
- version: '1.13.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.11.0-coq-8.12'
repo: 'mathcomp/mathcomp'
- version: '1.10.0-coq-8.11'
- version: '1.12.0-coq-8.14'
repo: 'mathcomp/mathcomp'

namespace: Autosubst
Expand Down

0 comments on commit 0d0de67

Please sign in to comment.