1 parent f30ea53 commit a8c0fd3Copy full SHA for a8c0fd3
2 files changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
20
21
- uses: ocaml/setup-ocaml@v3
22
with:
iris-tutorial.opam
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/logsem/iris-tutorial/issues"
10
build: [make "-j%{jobs}%"]
11
install: []
12
depends: [
13
- "rocq-core" { (>= "9.1.0") }
14
- "rocq-iris" { (>= "4.5.0") }
15
- "rocq-iris-heap-lang" { (>= "4.5.0") }
+ "rocq-core" { (= "9.2.0") }
+ "rocq-iris" { (= "4.5.0") }
+ "rocq-iris-heap-lang" { (= "4.5.0") }
]
0 commit comments