Skip to content
Snippets Groups Projects
Commit c0c98ef4 authored by Ralf Jung's avatar Ralf Jung
Browse files

tests show that we are 8.8-compatible (will add CI later)

parent d61ed9a8
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"] ...@@ -10,5 +10,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"] install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"] remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/stdpp"]
depends: [ depends: [
"coq" { (>= "8.6" & < "8.8~") | (= "dev") } "coq" { (>= "8.6" & < "8.9~") | (= "dev") }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment