Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
Expand All @@ -26,7 +27,7 @@ jobs:
- 'coqorg/coq:8.11'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-math-classes.opam'
Expand All @@ -37,6 +38,7 @@ jobs:
opam config list; opam repo list; opam list
endGroup


# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo
2 changes: 1 addition & 1 deletion coq-math-classes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.17~") | (= "dev")}
"coq" {(>= "8.11" & < "8.18~") | (= "dev")}
"coq-bignums"
]

Expand Down
26 changes: 0 additions & 26 deletions default.nix

This file was deleted.

3 changes: 2 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ license:

supported_coq_versions:
text: Coq 8.11 or later (use releases for other Coq versions)
opam: '{(>= "8.11" & < "8.17~") | (= "dev")}'
opam: '{(>= "8.11" & < "8.18~") | (= "dev")}'

tested_coq_opam_versions:
- version: dev
- version: "8.17"
- version: "8.16"
- version: "8.15"
- version: "8.14"
Expand Down