Skip to content

Commit

Permalink
Merge pull request #28 from ablearthy/update-gh-actions-coq-820
Browse files Browse the repository at this point in the history
Add coq 8.20 to matrix
  • Loading branch information
clayrat authored Dec 30, 2024
2 parents 9b2874b + 53e45f1 commit 46757e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
image:
- 'mathcomp/mathcomp:1.19.0-coq-8.20'
- 'mathcomp/mathcomp:1.19.0-coq-8.19'
- 'mathcomp/mathcomp:1.18.0-coq-8.18'
- 'mathcomp/mathcomp:1.17.0-coq-8.17'
Expand Down
2 changes: 1 addition & 1 deletion coq-fav-ssr.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The book was previously called "Functional Algorithms Verified", hence the FAV a
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.15" & < "8.20"}
"coq" {>= "8.15" & < "8.21"}
"coq-mathcomp-ssreflect" {>= "1.17" & < "2.0"}
"coq-mathcomp-algebra"
"coq-equations" {>= "1.3"}
Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ license:
identifier: MIT

supported_coq_versions:
text: 8.15 to 8.19
opam: '{>= "8.15" & < "8.20"}'
text: 8.15 to 8.20
opam: '{>= "8.15" & < "8.21"}'

tested_coq_opam_versions:
- version: '1.19.0-coq-8.19'
Expand Down

0 comments on commit 46757e3

Please sign in to comment.