Skip to content
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

How to run a specific PHP version (with patch version) #618

Closed
danon opened this issue Jul 17, 2022 · 1 comment
Closed

How to run a specific PHP version (with patch version) #618

danon opened this issue Jul 17, 2022 · 1 comment
Labels
needs-funding won't add support This will not be worked on

Comments

@danon
Copy link

danon commented Jul 17, 2022

I'm using a solution which behaves differently between PHP 7.1.13 and 7.1.14, and I'd like to run tests for the in Github Actions.

But when I used

with:
    php-version: 7.1.13
    tools: composer:v2

it installed 7.1.33 either way:
image

Is there a way to run a specific patch version? PHP is known for introducing breaking changes in "patch" version

@shivammathur
Copy link
Owner

@danon

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-funding won't add support This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants