Skip to content

Commit 6c2c3f6

Browse files
authored
Merge pull request #1743 from Alizter/update-8.17
2 parents 1cef9e1 + d60480c commit 6c2c3f6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: CI
22

3-
on: [ push , pull_request ]
3+
on: [ push , pull_request , merge_group ]
44

55
concurrency:
66
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
77
cancel-in-progress: true
88

99
# We set the supported coq-version from here. In order to use this environment variable correctly, look at how they are used in the following jobs.
1010
env:
11-
coq-version-supported: '8.16'
11+
coq-version-supported: '8.17'
1212
ocaml-version: '4.14-flambda'
1313
deployment-branch: 'gh-pages'
1414

@@ -273,7 +273,7 @@ jobs:
273273
mv HoTT.svg HoTTCore.svg dep-graphs/
274274
275275
## Install coq-dpdgraph
276-
opam install coq-dpdgraph.1.0+8.16 -y
276+
opam install coq-dpdgraph.1.0+8.17 -y
277277
278278
# For some reason, we get a stackoverflow. So we are lax
279279
# with making these.

coq-hott.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: "http://homotopytypetheory.org/"
1717
bug-reports: "https://github.com/HoTT/HoTT/issues"
1818
depends: [
1919
"dune" {>= "3.5"}
20-
"coq" {>= "8.16.0"}
20+
"coq" {>= "8.17.0"}
2121
"odoc" {with-doc}
2222
]
2323
build: [

dune-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525
(description
2626
"To use the HoTT library, the following flags must be passed to coqc:\n -noinit -indices-matter\nTo use the HoTT library in a project, add the following to _CoqProject:\n -arg -noinit\n -arg -indices-matter\n")
2727
(depends
28-
(coq (>= 8.16.0))))
28+
(coq
29+
(>= 8.17.0))))

0 commit comments

Comments
 (0)