From 93907787710b3ed1eb44e8504632657bbf5525fe Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Wed, 24 Jul 2024 13:47:46 +0200 Subject: [PATCH] Minor: Fix versions in `BUILD.md` (#3040) --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index e19b8340db8..d3059a2e3ba 100644 --- a/BUILD.md +++ b/BUILD.md @@ -4,8 +4,8 @@ The following packages must be installed before Avro can be built: - - Java: JDK 8, 11, 17 and 21 with the appropriate toolchain config, Maven 3.9.6 or better, protobuf-compile - - PHP: php7, phpunit, php7-gmp + - Java: 11, 17 and 21 with the appropriate toolchain config, Maven 3.9.6 or better, protobuf-compile + - PHP: php8, phpunit, php8-gmp - Python 3: 3.7 or greater, tox (tox will install other dependencies as needed) - C: gcc, cmake, asciidoc, source-highlight, Jansson, pkg-config - C++: cmake 3.7.2 or greater, g++, flex, bison, libboost-dev