Skip to content

Commit

Permalink
More local CI image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jun 8, 2022
1 parent 35b3b7e commit ff46f55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coq-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
coq_version:
- 'dev'
coq_image:
- 'dev-ocaml-4.12-flambda'
- '8.15'
- '8.14'
- '8.13'
Expand All @@ -31,8 +31,7 @@ jobs:
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-record-update.opam'
coq_version: ${{ matrix.coq_version }}
ocaml_version: '4.13-flambda'
custom_image: coqorg/coq:${{ matrix.coq_image }}

# See also:
# https://github.com/coq-community/docker-coq-action#readme
Expand Down

0 comments on commit ff46f55

Please sign in to comment.