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
I understand the need for this, but I'm sorry, currently, support for this cannot be added.
The only PHP builds we do are nightly ones for all 3 supported OS and macOS builds for all PHP versions. This already takes most of the time I have to maintain open-source projects.
This would require maintaining builds for each patch release for all the supported versions and operating systems, which would be a huge task, and would need me to work full-time on this which I'm happy to do if the funding for this project reaches close to my goal.
I'm using a solution which behaves differently between PHP
7.1.13
and7.1.14
, and I'd like to run tests for the in Github Actions.But when I used
it installed
![image](https://user-images.githubusercontent.com/13367735/179393397-2281a50b-454a-4e41-8f0f-7f6ea20221c8.png)
7.1.33
either way:Is there a way to run a specific patch version? PHP is known for introducing breaking changes in "patch" version
The text was updated successfully, but these errors were encountered: