Skip to content

Commit

Permalink
ci and opam for 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 30, 2023
1 parent 5a26ace commit adfb872
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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-huffman.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Codes, Proc. IRE, pp. 1098-1101, September 1952."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.5"}
"coq" {(>= "8.12" & < "8.19~") | (= "dev")}
"coq" {(>= "8.12" & < "8.20~") | (= "dev")}
]

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

supported_coq_versions:
text: 8.12 or later
opam: '{(>= "8.12" & < "8.19~") | (= "dev")}'
opam: '{(>= "8.12" & < "8.20~") | (= "dev")}'

tested_coq_opam_versions:
- version: 'dev'
- version: '8.19'
- version: '8.18'
- version: '8.17'
- version: '8.16'
Expand Down

0 comments on commit adfb872

Please sign in to comment.