Skip to content

Commit

Permalink
Update build.yml and opam file for 8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam82 committed Mar 27, 2024
1 parent 732485e commit 04f6bd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- coq-8.17
- coq-8.18
pull_request:
branches:
- "**"
Expand All @@ -19,7 +20,7 @@ jobs:
opam_file:
- 'coq-certicoq.opam'
image:
- 'yforster/coq:8.19.1--clang-11--compcert-3.13.1--extlib-0.12.1--equations-1.3--metacoq-1.3.1'
- 'yforster/coq:8.18.0--clang-11--compcert-3.13.1--extlib-0.11.8--equations-1.3--metacoq-1.3.1'
fail-fast: false # don't stop jobs if one fails
steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 5 additions & 5 deletions coq-certicoq.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "dev+8.19"
version: "dev+8.18"
maintainer: "The CertiCoq Team"
homepage: "https://certicoq.org/"
dev-repo: "git+https://github.com/CertiCoq/certicoq"
Expand Down Expand Up @@ -33,11 +33,11 @@ depends: [
"ocaml"
"conf-clang"
"stdlib-shims"
"coq" {>= "8.19" & < "8.20~"}
"coq" {>= "8.18" & < "8.19~"}
"coq-compcert" {= "3.13.1"}
"coq-equations" {= "1.3+8.19"}
"coq-metacoq-erasure-plugin" {= "1.3.1+8.19"}
"coq-metacoq-safechecker-plugin" {= "1.3.1+8.19"}
"coq-equations" {= "1.3+8.18"}
"coq-metacoq-erasure-plugin" {= "1.3.1+8.18"}
"coq-metacoq-safechecker-plugin" {= "1.3.1+8.18"}
"coq-ext-lib" {>= "0.12"}
]

Expand Down

0 comments on commit 04f6bd4

Please sign in to comment.