Skip to content

Commit 150065d

Browse files
committed
wip
1 parent 48ba079 commit 150065d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docker-action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
coq_version: ['8.20.1', '8.19.2', '8.18.0', '8.17.1', '8.16.1', '8.15.2', '8.14.1']
20+
coq_version: ['8.20', 8.19, 8.18, 8.17, 8.16]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: coq-community/docker-coq-action@v1
2424
with:
2525
opam_file: 'coq-color.opam'
26-
ocaml_version: '4.14.2' # https://hub.docker.com/r/coqorg/coq
2726
coq_version: ${{ matrix.coq_version }}
2827

2928
rocq:

0 commit comments

Comments
 (0)