Skip to content

Commit

Permalink
Merge pull request #1585 from Alizter/update-to-8.14
Browse files Browse the repository at this point in the history
Update to Coq V8.14
  • Loading branch information
Alizter authored Oct 18, 2021
2 parents 88c4a2b + 71adb11 commit d2a4c7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push , pull_request ]

# 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.
env:
coq-version-supported: '8.13'
coq-version-supported: '8.14'
ocaml-version: '4.11-flambda'
deployment-branch: 'gh-pages'

Expand Down
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
url = https://github.com/JasonGross/coq-scripts.git
[submodule "etc/coq-dpdgraph"]
path = etc/coq-dpdgraph
url = https://github.com/andreaslyn/coq-dpdgraph.git
branch = hott
url = https://github.com/coq-community/coq-dpdgraph.git
[submodule "etc/alectryon"]
path = etc/alectryon
url = https://github.com/JasonGross/alectryon.git
2 changes: 1 addition & 1 deletion coq-HoTT
Submodule coq-HoTT updated 1457 files
2 changes: 1 addition & 1 deletion hott.opam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: [
]
install: [make "install"]
depends: [
"coq" {>= "8.13~"}
"coq" {>= "8.14~"}
]
authors: ["The HoTT Library Development Team"]
dev-repo: "git+https://github.com/HoTT/HoTT.git"
Expand Down

0 comments on commit d2a4c7d

Please sign in to comment.