Skip to content

Commit

Permalink
Merge pull request #77 from math-comp/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
pi8027 authored Mar 10, 2023
2 parents fb87fb0 + 4087c3c commit 853d493
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
matrix:
image:
- 'mathcomp/mathcomp:1.15.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.16'
- 'mathcomp/mathcomp:1.16.0-coq-8.17'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.17'
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 @@ -31,7 +31,7 @@ before applying the proof procedures.
- [MathComp](https://math-comp.github.io) ssreflect 1.15 or later
- [MathComp](https://math-comp.github.io) algebra
- [Mczify](https://github.com/math-comp/mczify) 1.1.0 or later
- [Coq-Elpi](https://github.com/LPCIC/coq-elpi) 1.15.0 or later
- [Coq-Elpi](https://github.com/LPCIC/coq-elpi) 1.15.0 or later (known not to work with 1.17.0)
- Coq namespace: `mathcomp.algebra_tactics`
- Related publication(s):
- [Reflexive tactics for algebra, revisited](https://drops.dagstuhl.de/opus/volltexte/2022/16738/) doi:[10.4230/LIPIcs.ITP.2022.29](https://doi.org/10.4230/LIPIcs.ITP.2022.29)
Expand Down
4 changes: 2 additions & 2 deletions coq-mathcomp-algebra-tactics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "sakaguchi@coins.tsukuba.ac.jp"
maintainer: "kazuhiko.sakaguchi@inria.fr"
version: "dev"

homepage: "https://github.com/math-comp/algebra-tactics"
Expand All @@ -28,7 +28,7 @@ depends: [
"coq-mathcomp-ssreflect" {>= "1.15"}
"coq-mathcomp-algebra"
"coq-mathcomp-zify" {>= "1.1.0"}
"coq-elpi" {>= "1.15.0"}
"coq-elpi" {>= "1.15.0" & != "1.17.0"}
]

tags: [
Expand Down
12 changes: 8 additions & 4 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ authors:
- name: Kazuhiko Sakaguchi
initial: true

opam-file-maintainer: sakaguchi@coins.tsukuba.ac.jp
opam-file-maintainer: kazuhiko.sakaguchi@inria.fr

license:
fullname: CeCILL-B Free Software License Agreement
Expand All @@ -43,9 +43,13 @@ tested_coq_nix_versions:
tested_coq_opam_versions:
- version: '1.15.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '1.16.0-coq-8.16'
repo: 'mathcomp/mathcomp'
- version: '1.16.0-coq-8.17'
repo: 'mathcomp/mathcomp'
- version: 'coq-8.16'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-dev'
- version: 'coq-8.17'
repo: 'mathcomp/mathcomp-dev'

dependencies:
Expand All @@ -65,9 +69,9 @@ dependencies:
[Mczify](https://github.com/math-comp/mczify) 1.1.0 or later
- opam:
name: coq-elpi
version: '{>= "1.15.0"}'
version: '{>= "1.15.0" & != "1.17.0"}'
description: |-
[Coq-Elpi](https://github.com/LPCIC/coq-elpi) 1.15.0 or later
[Coq-Elpi](https://github.com/LPCIC/coq-elpi) 1.15.0 or later (known not to work with 1.17.0)
namespace: mathcomp.algebra_tactics

Expand Down

0 comments on commit 853d493

Please sign in to comment.