Skip to content

Commit

Permalink
mathcomp 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thery committed Dec 18, 2024
1 parent 2dd258b commit 3adb46b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .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:
- 'mathcomp/mathcomp:2.1.0-coq-8.18'
- 'mathcomp/mathcomp:2.3.0-coq-8.19'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-grobner.opam'
Expand Down
12 changes: 6 additions & 6 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/thery/grobner/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/grobner/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/thery/grobner/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/thery/grobner/actions/workflows/docker-action.yml



Expand Down Expand Up @@ -49,11 +49,11 @@ idealfP
- Author(s):
- Laurent Théry
- License: [MIT License](LICENSE)
- Compatible Coq versions: 8.17 or later
- Compatible Coq versions: 8.19 or later
- Additional dependencies:
- [MathComp ssreflect 2.1 or later](https://math-comp.github.io)
- [MathComp algebra 2.1 or later](https://math-comp.github.io)
- [MathComp Multinomials 2.1.0 or later](https://github.com/math-comp/multinomials)
- [MathComp ssreflect 2.3 or later](https://math-comp.github.io)
- [MathComp algebra 2.3 or later](https://math-comp.github.io)
- [MathComp Multinomials 2.3 or later](https://github.com/math-comp/multinomials)
- Coq namespace: `grobner`
- Related publication(s): none

Expand Down
8 changes: 4 additions & 4 deletions coq-grobner.opam
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ idealfP
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.17")}
"coq-mathcomp-ssreflect" {(>= "2.1.0")}
"coq-mathcomp-algebra" {(>= "2.1.0")}
"coq-mathcomp-multinomials" {(>= "2.1.0")}
"coq" {(>= "8.19")}
"coq-mathcomp-ssreflect" {(>= "2.3.0")}
"coq-mathcomp-algebra" {(>= "2.3.0")}
"coq-mathcomp-multinomials" {(>= "2.3.0")}
]

tags: [
Expand Down
18 changes: 9 additions & 9 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@ license:
identifier: MIT

supported_coq_versions:
text: '8.17 or later'
opam: '{(>= "8.17")}'
text: '8.19 or later'
opam: '{(>= "8.19")}'

dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "2.1.0")}'
version: '{(>= "2.3.0")}'
description: |-
[MathComp ssreflect 2.1 or later](https://math-comp.github.io)
[MathComp ssreflect 2.3 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{(>= "2.1.0")}'
version: '{(>= "2.3.0")}'
description: |-
[MathComp algebra 2.1 or later](https://math-comp.github.io)
[MathComp algebra 2.3 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-multinomials
version: '{(>= "2.1.0")}'
version: '{(>= "2.3.0")}'
description: |-
[MathComp Multinomials 2.1.0 or later](https://github.com/math-comp/multinomials)
[MathComp Multinomials 2.3 or later](https://github.com/math-comp/multinomials)
tested_coq_opam_versions:
- version: '2.1.0-coq-8.18'
- version: '2.3.0-coq-8.19'
repo: 'mathcomp/mathcomp'

namespace: grobner
Expand Down

0 comments on commit 3adb46b

Please sign in to comment.