You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I want run PHP 8.1.13 and not 8.1.14 because of PHP issue php/php-src#10218 that is fixed in commit php/php-src@d12ba11 but the next PHP 8.1.15 is not yet released.
@phil-davis
This would be a feature I cannot support currently. More about that here #618
As an alternative till we have a new PHP version, please specify a container with PHP 8.1. We maintain setupphp/node images for setup-php to run on self-hosted environments and they can be used in this situation. https://hub.docker.com/repository/docker/setupphp/node/tags
Describe the bug
I want run PHP 8.1.13 and not 8.1.14 because of PHP issue php/php-src#10218 that is fixed in commit php/php-src@d12ba11 but the next PHP 8.1.15 is not yet released.
See sabre-io/vobject#604
Version
v1
orv2
.v2
v1
Runners
Operating systems
PHP versions
I an trying to use 8.1.13
To Reproduce
I have put
php-version: 8.1.13
update: false
in https://github.com/sabre-io/vobject/blob/master/.github/workflows/ci.yml
Expected behavior
The workflow ends up using PHP 8.1.13
Screenshots/Logs
https://github.com/sabre-io/vobject/actions/runs/3964660146/jobs/6793716785
I still get PHP 8.1.14
Additional context
Are you willing to submit a PR?
Yes, if there is something that can be done about this.
How do I successfully specify an "old" PHP patch version?
The text was updated successfully, but these errors were encountered: