Skip to content

Commit 63c911f

Browse files
committed
CI: bump rocq version
1 parent 10829a9 commit 63c911f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coqchk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
strategy:
99
matrix:
1010
coq_version:
11-
- '8.20'
11+
- '9.0.1'
1212
ocaml_version: ['default']
1313
fail-fast: true # don't stop jobs if one fails
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: coq-community/docker-coq-action@v1
16+
- uses: rocq-community/docker-coq-action@v1
1717
with:
1818
opam_file: 'coq-libtx-storage.opam'
1919
coq_version: ${{ matrix.coq_version }}

0 commit comments

Comments
 (0)