Skip to content

cleaned deprecated references and calls to intuition #67

cleaned deprecated references and calls to intuition

cleaned deprecated references and calls to intuition #67

name: CI
on:
push:
branches:
- master
- v8.18
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest # container actions require GNU/Linux
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.18'
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: coq-community/docker-coq-action@v1
with:
opam_file: 'coq-relation-algebra.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