We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10829a9 commit 63c911fCopy full SHA for 63c911f
1 file changed
.github/workflows/coqchk.yml
@@ -8,12 +8,12 @@ jobs:
8
strategy:
9
matrix:
10
coq_version:
11
- - '8.20'
+ - '9.0.1'
12
ocaml_version: ['default']
13
fail-fast: true # don't stop jobs if one fails
14
steps:
15
- uses: actions/checkout@v3
16
- - uses: coq-community/docker-coq-action@v1
+ - uses: rocq-community/docker-coq-action@v1
17
with:
18
opam_file: 'coq-libtx-storage.opam'
19
coq_version: ${{ matrix.coq_version }}
0 commit comments