Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Feb 7, 2023
1 parent fb87fb0 commit e24b736
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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-8.17'
- 'mathcomp/mathcomp-dev:coq-dev'
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
8 changes: 7 additions & 1 deletion 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,8 +43,14 @@ 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-8.17'
repo: 'mathcomp/mathcomp-dev'
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'

Expand Down

0 comments on commit e24b736

Please sign in to comment.