Skip to content

Commit

Permalink
Update CompCert version for CI from 3.8 to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MSoegtropIMC committed May 20, 2021
1 parent a5aed64 commit 0da1e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
- COMPILER="4.07.1"
- COQ_VERSION="8.12.2"
- NEXT_VERSION="8.12.2"
- COMPCERT_VERSION="3.8"
- COMPCERT_VERSION="3.9"

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion coq-vst-32.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install: [
]
depends: [
"coq" {>= "8.11.0"}
"coq-compcert-32" {= "3.8"}
"coq-compcert-32" {= "3.9"}
]
synopsis: "Verified Software Toolchain"
description:
Expand Down
2 changes: 1 addition & 1 deletion coq-vst.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install: [
]
depends: [
"coq" {>= "8.11.0"}
"coq-compcert" {= "3.8"}
"coq-compcert" {= "3.9"}
]
synopsis: "Verified Software Toolchain"
description:
Expand Down

0 comments on commit 0da1e90

Please sign in to comment.