Skip to content

Commit

Permalink
Add Coq v8.19 to CI and OPAM-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Columbus240 committed Aug 6, 2024
1 parent 24a446c commit 9222d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coq-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.19'
- 'coqorg/coq:8.18'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
Expand Down
2 changes: 1 addition & 1 deletion coq-topology.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and results of general topology in Coq.
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.12" & < "8.19~") | (= "dev")}
"coq" {(>= "8.12" & < "8.20~") | (= "dev")}
"coq-zorns-lemma" {= version}
]

Expand Down
2 changes: 1 addition & 1 deletion coq-zorns-lemma.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ was as support for the Topology library.
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {(>= "8.12" & < "8.19~") | (= "dev")}
"coq" {(>= "8.12" & < "8.20~") | (= "dev")}
]

tags: [
Expand Down

0 comments on commit 9222d6d

Please sign in to comment.