From 868895d29ac4a450a0fe110da8a240395dec192f Mon Sep 17 00:00:00 2001 From: camer0n Date: Tue, 28 Nov 2023 17:36:22 -0800 Subject: [PATCH] Trying xdebug-3.3.0alpha2.tgz --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index 7ee34c1fc..c6e394dfa 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -90,7 +90,7 @@ jobs: run: | if [ $(php -r 'printf(version_compare(PHP_VERSION, "8.2.99", ">=") ? 1 : 0);') = '1' ] then - pecl install https://xdebug.org/files/xdebug-3.3.0alpha3.tgz + pecl install https://xdebug.org/files/xdebug-3.3.0alpha2.tgz elif [ $(php -r 'printf(version_compare(PHP_VERSION, "8.0.0", ">=") ? 1 : 0);') = '1' ] then pecl install xdebug