Skip to content

Commit

Permalink
bump coq version
Browse files Browse the repository at this point in the history
  • Loading branch information
co-dan committed Jul 17, 2023
1 parent 14103e9 commit 16b25c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:8.15'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.16'
max-parallel: 4
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion coq-bunched.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/bunched"]
depends: [
"coq-stdpp" { (>= "1.8.0") | (= "dev") }
"coq" { (>= "8.15") | (= "dev") }
"coq" { (>= "8.16") | (= "dev") }
]

0 comments on commit 16b25c6

Please sign in to comment.