-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Mass failure after Ubuntu upgrade #798
Comments
Just started getting this too on all of my builds in GitHub actions. |
Me too, all our GitHub Actions are crashing (in multiple repos). |
While waiting for a fix, the psr extension can be disabled
https://github.com/shivammathur/setup-php#heavy_plus_sign-php-extension-support |
That fix worked for me |
Confirmed from Laravel staff in v10 you need to disable the psr extension. |
Sure - I can go fix a ton of builds with disabling psr. It isn't that urgent though if I hopefully believe in the morning - that the author will just revert this and things will resume. As you can see this extension at the core is this outdated PECL extension - https://pecl.php.net/package/psr. This is leading to what we see here. So I don't think it merits a default include in the image and should be "opt-in" only. |
Ran in to this as well:
Using GitHub actions with Ignoring |
Describe the bug
All our builds are failing now (Including Laravel) after this change: shivammathur/php-ubuntu@83d1155
It manifest as an error of
Which I found is claimed as a "buggy" extension by Symfony: symfony/symfony#49984
Version
v1
orv2
.v2
v1
Runners
Operating systems
Ubuntu
PHP versions
All
To Reproduce
Run PHPStan?
Expected behavior
Not a crash
Are you willing to submit a PR?
I'd just revert this shivammathur/php-ubuntu@83d1155
The text was updated successfully, but these errors were encountered: