Skip to content

Commit

Permalink
adapt CI and opam files to 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Oct 2, 2023
1 parent 573587b commit c2d2754
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
coq_version:
- 'dev'
- '8.18'
ocaml_version:
- '4.14-flambda'
target: [ local, opam, quick ]
Expand All @@ -50,6 +50,7 @@ jobs:
startGroup "Workaround permission issue"
sudo chown -R coq:coq . # <--
opam exec -- ocamlfind list
opam pin coq-equations.1.3 "https://github.com/mattam82/Coq-Equations.git#8.18"
endGroup
before_install: |
startGroup "Print opam config"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-common.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-erasure-plugin.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-erasure.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-pcuic.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-quotation.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-safechecker-plugin.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-safechecker.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-template-pcuic.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-template.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq-translations.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down
6 changes: 3 additions & 3 deletions coq-metacoq-utils.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down Expand Up @@ -29,8 +29,8 @@ install: [
]
depends: [
"stdlib-shims"
"coq" { = "dev" }
"coq-equations" { = "dev" }
"coq" { >= "8.18" & < "8.19~" }
"coq-equations" { = "1.3" }
]
synopsis: "The utility library of Template Coq and PCUIC"
description: """
Expand Down
2 changes: 1 addition & 1 deletion coq-metacoq.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev"
version: "8.18.dev"
maintainer: "[email protected]"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#main"
Expand Down

0 comments on commit c2d2754

Please sign in to comment.