Skip to content

Commit

Permalink
Merge pull request #201 from coq-community/coq-8.18
Browse files Browse the repository at this point in the history
Update testing to Coq 8.18.
  • Loading branch information
Zimmi48 authored Oct 16, 2023
2 parents f865fa8 + fbb6324 commit a6158dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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,18 +18,20 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.18'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-corn.opam'
custom_image: ${{ matrix.image }}


# 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-corn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {(>= "8.14" & < "8.18~") | (= "dev")}
"coq" {(>= "8.14" & < "8.19~") | (= "dev")}
"coq-math-classes" {(>= "8.8.1") | (= "dev")}
"coq-bignums"
]
Expand Down
4 changes: 3 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,12 @@ license:

supported_coq_versions:
text: Coq 8.14 or greater
opam: '{(>= "8.14" & < "8.17~") | (= "dev")}'
opam: '{(>= "8.14" & < "8.19~") | (= "dev")}'

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

0 comments on commit a6158dc

Please sign in to comment.