-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: PHP 8.3 Fails #893
Comments
Facing exact same issue, started to happen a few minutes ago |
Yep! Everything was working fine until suddenly it all came crashing down. |
Same problem here |
Same issue here as well for 8.2, 8.3 and 8.4. 8.1 runs smoothtly though |
@CodeWithKyrian i tried with 8.4 but no luck |
Same issue with 8.2, it seems a problem with the release file |
Facing same problem with 8.2 version |
same here |
same here version 8.2 |
Same issue with 7.4 |
Same issue with PHP 8.3
|
I wonder if this is failing only on github environment. I pulled down The issue seems on The . /run/act/actions/shivammathur-setup-php@v2/src/scripts/linux.sh 8.2 production
step_log "Setup Tools"
add_tool https://github.com/shivammathur/composer-cache/releases/latest/download/composer-8.2-2.phar,https://dl.cloudsmith.io/public/shivammathur/composer-cache/raw/files/composer-8.2-2.phar,https://getcomposer.org/composer-2.phar composer 2
step_log "Setup Coverage"
step_log "Setup Extensions" >/dev/null 2>&1
disable_extension pcov false >/dev/null 2>&1
step_log "Setup Extensions" >/dev/null 2>&1
disable_extension xdebug false >/dev/null 2>&1
add_log "$tick" "none" "Disabled Xdebug and PCOV"
step_log "Sponsor setup-php" so its failing on the first line itself. Need to debug further but maybe github IP space is somehow not able to download the some artifact. |
Switching runner from |
I am experiencing the same issue with versions 8.2, 8.3, and 8.4. However, version 8.1 runs smoothly. |
Ubuntu |
|
not working for me |
Facing the same issue |
This has been fixed. |
Great, thanks for fixing! this seems to be coming from https://github.com/shivammathur/php-ubuntu and fix probably on shivammathur/php-ubuntu@d893807 for anyone interested |
Describe the bug
Running with PHP 8.3 fails during setup. This action is called from a reusable workflow. The default PHP version that we specify is 8.3, however the setup fails and therefore the rest of the pipeline cannot proceed.
Version
Runners
GitHub Hosted
Operating systems
ubuntu-latest
PHP versions
PHP 8.3
To Reproduce
Call the workflow specifying PHP version 8.3
Expected behavior
The action should successfully setup PHP without error.
Screenshots/Logs
Additional context
No response
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: