Skip to content

Commit

Permalink
setting CI for Coq v8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-pous committed Nov 11, 2021
1 parent d26f0d5 commit 19da1f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-relation-algebra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- v8.14
pull_request:
branches:
- '**'
Expand All @@ -14,8 +15,8 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
# - 'coqorg/coq:8.13'
# - 'coqorg/coq:dev'
- 'coqorg/coq:8.14'
fail-fast: false

steps:
Expand Down

0 comments on commit 19da1f7

Please sign in to comment.