Skip to content

Commit ada2bba

Browse files
committed
Add 9.2 to CI
1 parent c2c6b1f commit ada2bba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
rocq: ["9.1.1"]
15+
rocq: ["9.1.1", "9.2.0"]
1616
fail-fast: false
1717

1818
steps:
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Install opam dependencies
2929
run: |
30+
opam repo add rocq-released https://rocq-prover.org/opam/released
3031
opam pin add --no-action --kind version rocq-core ${{ matrix.rocq }}
3132
opam install . --deps-only
3233

0 commit comments

Comments
 (0)