Skip to content

Commit ffb8037

Browse files
committed
[ci] docker on 8.15
1 parent 14dfa74 commit ffb8037

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
coq_version:
2020
- '8.13'
2121
- '8.14'
22+
- '8.15'
2223
ocaml_version:
2324
- '4.07-flambda'
2425
steps:

coq-hierarchy-builder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [ [ make "build"]
1212
[ make "test-suite" ] {with-test}
1313
]
1414
install: [ make "install" ]
15-
depends: [ "coq-elpi" { (>= "1.11.0" & < "1.12~") | = "dev" } ]
15+
depends: [ "coq-elpi" { (>= "1.11.0" & < "1.13~") | = "dev" } ]
1616
conflicts: [ "coq-hierarchy-builder-shim" ]
1717
synopsis: "High level commands to declare and evolve a hierarchy based on packed classes"
1818
description: """

0 commit comments

Comments
 (0)