Skip to content

Bump actions/checkout from 4 to 5 (#58) #103

Bump actions/checkout from 4 to 5 (#58)

Bump actions/checkout from 4 to 5 (#58) #103

Workflow file for this run

# following https://github.com/coq-community/docker-coq-action
name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
paths-ignore:
- '**/*.md'
workflow_dispatch:
jobs:
make:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
coq_version: [dev, '9.0', '8.20', 8.19, 8.18, 8.17, 8.16]
steps:
- uses: actions/checkout@v5
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-color.opam'
coq_version: ${{ matrix.coq_version }}