Skip to content

Commit

Permalink
OCaml 4.11 is supported (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Trunov committed Aug 20, 2020
1 parent 2b129b9 commit 9467c6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ sudo: required

matrix:
include:
- os: linux
dist: xenial
env: OCAML_VERSION=4.11.0
- os: linux
dist: xenial
env: OCAML_VERSION=4.10.0
Expand Down
2 changes: 1 addition & 1 deletion scilla.opam
Expand Up @@ -29,7 +29,7 @@ depends: [
"fileutils" {>= "0.5.3" & < "0.7~"}
"hex" {>= "1.3.0" & < "1.5~"}
"menhir"
"ocaml" {>= "4.08.0" & < "4.11~"}
"ocaml" {>= "4.08.0" & < "4.12~"}
"ocaml-protoc" {>= "1.2.0" & < "2.1~"}
"ounit" {>= "2.0.8" & < "2.3~"}
"patdiff" {>= "v0.14.0" & < "v0.15~"}
Expand Down

0 comments on commit 9467c6e

Please sign in to comment.