Skip to content

Commit 201b494

Browse files
authored
CI for Coq 8.16 (#171)
1 parent 2eeb588 commit 201b494

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
env:
66
OCAML_VERSION: 4.11.0
7-
CACHE_KEY: opam-8.15-metacoqrel-${{github.base_ref}}-${{github.ref}}
7+
CACHE_KEY: opam-8.16-${{github.base_ref}}-${{github.ref}}
88
jobs:
99
build-deps:
1010
runs-on: ubuntu-latest
@@ -16,7 +16,7 @@ jobs:
1616
path: "~/.opam"
1717
key: ${{env.CACHE_KEY}}
1818
restore-keys: |
19-
opam-8.15-metacoqrel--refs/heads/${{github.base_ref}}
19+
opam-8.16--refs/heads/${{github.base_ref}}
2020
2121
- name: Install OCaml
2222
uses: avsm/setup-ocaml@v1

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install: [
2626
[make "install"]
2727
]
2828
depends: [
29-
"coq" {>= "8.16" & < "8.17"}
29+
"coq" {= "8.16.0"}
3030
"ocaml"
3131
"coq-smpl" {>= "8.16"}
3232
"coq-metacoq-template" {>= "1.1+8.16"}

0 commit comments

Comments
 (0)