Skip to content

Commit

Permalink
Trying xdebug-3.3.0alpha2.tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 29, 2023
1 parent 939a149 commit 868895d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 868895d

Please sign in to comment.