From 2cfb672f4ec287b89d69aba278a36addce5225aa Mon Sep 17 00:00:00 2001 From: DimitriyB <72167396+DimitriyB@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:32:17 +0300 Subject: [PATCH] Update xz version to 5.4.7 (#493) * Update source.json * Add xz test --------- Co-authored-by: Jerry Ma --- config/source.json | 2 +- src/globals/test-extensions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/source.json b/config/source.json index ba518e28..7c8a16cc 100644 --- a/config/source.json +++ b/config/source.json @@ -718,7 +718,7 @@ }, "xz": { "type": "url", - "url": "https://fossies.org/linux/misc/xz-5.4.6.tar.xz", + "url": "https://fossies.org/linux/misc/xz-5.4.7.tar.xz", "license": { "type": "file", "path": "COPYING" diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 5b2c5007..3da17498 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -25,7 +25,7 @@ $extensions = match (PHP_OS_FAMILY) { // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). $with_libs = match (PHP_OS_FAMILY) { - 'Linux', 'Darwin' => '', + 'Linux', 'Darwin' => 'xz', 'Windows' => '', };