From 627c70c4df2f90833f11488608de0bc612df077b Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 7 Sep 2021 22:55:50 +0100 Subject: [PATCH] actions: use chunkutils2 0.3.1 --- tests/gh-actions/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gh-actions/build.sh b/tests/gh-actions/build.sh index cef21d7e6..23b3641bf 100755 --- a/tests/gh-actions/build.sh +++ b/tests/gh-actions/build.sh @@ -53,7 +53,7 @@ PHP_BUILD_INSTALL_EXTENSION="\ pthreads=@a6afc0434f91c1e9541444aef6ac7a1f16c595be \ yaml=2.2.1 \ leveldb=@60763a09bf5c7a10376d16e25b078b99a35c5c37 \ -chunkutils2=@0.2.0 \ +chunkutils2=@0.3.1 \ morton=@0.1.2 \ igbinary=3.2.1 \ " PHP_BUILD_ZTS_ENABLE=on PHP_BUILD_CONFIGURE_OPTS='--with-gmp' ./bin/php-build "$VERSION" "$INSTALL_DIR" || exit 1