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:
|
||||
- PACKAGE=utop
|
||||
matrix:
|
||||
- OCAML_VERSION=4.02
|
||||
- OCAML_VERSION=4.03
|
||||
- OCAML_VERSION=4.04
|
||||
- OCAML_VERSION=4.05
|
||||
- OCAML_VERSION=4.06
|
||||
- OCAML_VERSION=4.07
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
|
Loading…
Reference in New Issue