Deprecate OCaml 4.02 version support, add 4.07 (#254)
Deprecation due to https://github.com/ocaml-community/utop/pull/246 New version support because of the release.
This commit is contained in:
parent
081e49d882
commit
13132c3ea4
|
@ -6,11 +6,11 @@ env:
|
||||||
global:
|
global:
|
||||||
- PACKAGE=utop
|
- PACKAGE=utop
|
||||||
matrix:
|
matrix:
|
||||||
- OCAML_VERSION=4.02
|
|
||||||
- OCAML_VERSION=4.03
|
- OCAML_VERSION=4.03
|
||||||
- OCAML_VERSION=4.04
|
- OCAML_VERSION=4.04
|
||||||
- OCAML_VERSION=4.05
|
- OCAML_VERSION=4.05
|
||||||
- OCAML_VERSION=4.06
|
- OCAML_VERSION=4.06
|
||||||
|
- OCAML_VERSION=4.07
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
Loading…
Reference in New Issue