Skip to content

Adapt to https://github.com/coq/coq/pull/19530 (#53) #73

Adapt to https://github.com/coq/coq/pull/19530 (#53)

Adapt to https://github.com/coq/coq/pull/19530 (#53) #73

Workflow file for this run

# following https://github.com/coq-community/huffman/blob/master/.github/workflows/docker-action.yml
# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo
name: Docker CI
on:
pull_request:
types: [opened, synchronize, edited, reopened]
push:
workflow_dispatch:
jobs:
build:
# the OS must be GNU/Linux to be able to use the docker-coq-action
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.19'
- 'coqorg/coq:8.18'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.14'
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-color.opam'
custom_image: ${{ matrix.image }}