Skip to content

Commit f0b263a

Browse files
authored
Merge pull request #135 from rocq-community/SkySkimmer-patch-1
Update docker-action.yml
2 parents 9db3142 + c7258d7 commit f0b263a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
image:
20-
- 'coqorg/coq:dev'
21-
- 'coqorg/coq:8.19'
22-
- 'coqorg/coq:8.18'
19+
coq_version:
20+
- 'dev'
21+
- '8.19'
22+
- '8.18'
2323
fail-fast: false
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: coq-community/docker-coq-action@v1
2727
with:
2828
opam_file: 'coq-math-classes.opam'
29-
custom_image: ${{ matrix.image }}
29+
coq_version: ${{ matrix.coq_version }}
3030
before_install: |
3131
startGroup "Setup and print opam config"
3232
opam repo -a --set-default add coq-extra-dev https://coq.inria.fr/opam/extra-dev

0 commit comments

Comments
 (0)