Skip to content

Commit

Permalink
[CI] Add specific test for v8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Dec 6, 2020
1 parent 65de9cb commit 048faca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-coq-bignums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'v8.13'
pull_request:
branches:
- '**'
Expand All @@ -19,6 +20,7 @@ jobs:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:8.13'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion coq-bignums.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ run-test: [make "-C" "tests" "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" {= "dev"}
"coq" {(>= "8.13" & < "8.14~") | (= "dev")}
]

tags: [
Expand Down

0 comments on commit 048faca

Please sign in to comment.