Skip to content

Commit af8bc89

Browse files
committed
testing 8.13
1 parent 71bad4d commit af8bc89

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
@@ -26,6 +26,7 @@ jobs:
2626
coq_version:
2727
- '8.11'
2828
- '8.12'
29+
- '8.13'
2930
ocaml_version:
3031
- 'minimal'
3132
steps:

coq-hierarchy-builder.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev-repo: "git+https://github.com/math-comp/hierarchy-builder"
1010

1111
build: [ make ]
1212
install: [ make "install" "VFILES=structures.v" ]
13-
depends: [ "coq-elpi" {>= "1.7.0" & < "1.8.0~"} ]
13+
depends: [ "coq-elpi" {>= "1.6" & < "1.9~"} ]
1414
synopsis: "Hierarchy Builder"
1515
description: """
1616
High level commands to declare and evolve a hierarchy based on packed classes.

0 commit comments

Comments
 (0)