Skip to content

Commit 43649dc

Browse files
committed
wip
1 parent 150065d commit 43649dc

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/docker-action.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,15 @@ on:
1212

1313
jobs:
1414

15-
coq:
15+
make:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
coq_version: ['8.20', 8.19, 8.18, 8.17, 8.16]
20+
coq_version: [dev, '9.0', '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'
2626
coq_version: ${{ matrix.coq_version }}
27-
28-
rocq:
29-
runs-on: ubuntu-latest
30-
strategy:
31-
fail-fast: false
32-
matrix:
33-
rocq_version: [dev, '9.0']
34-
container:
35-
image: rocq/rocq-prover:${{ matrix.rocq_version }}
36-
steps:
37-
- uses: actions/checkout@v4
38-
- run: opam install -y .

0 commit comments

Comments
 (0)