Skip to content

Fix the warning in a backwards compatible way #220

Fix the warning in a backwards compatible way

Fix the warning in a backwards compatible way #220

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags: '*'
pull_request:
schedule:
# Tuesday 8am UTC (3am EST)
- cron: '0 8 * * TUE'
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.15'
- 'coqorg/coq:8.14'
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-record-update.opam'
custom_image: ${{ matrix.image }}
# See also:
# https://github.com/coq-community/docker-coq-action#readme
# https://github.com/erikmd/docker-coq-github-action-demo