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

Add minimum required PHP version to run-tests.php #3986

Closed
wants to merge 2 commits into from

Conversation

petk
Copy link
Member

@petk petk commented Mar 25, 2019

Brought up in the #3981 to make a certain extension case pass and to be able to run tests in parallel on PHP 7.0 versions, however I probably don't need to explain that this is a very bad practice. Since people pushed this change in the code already we at least need to define the minimum constraint to be clear.

For people who are upgrading their code please follow the better recommended practices defined at the supported versions page and use the supported versions: https://www.php.net/supported-versions.php

So, this now adds a minimum PHP requirement constraint in the run-tests.php script.

Thanks.

This integrates a simple minimum PHP version check in the tool and to
also define the minimum version that the tool syntax should support.
@petk petk added the Quickfix label Mar 25, 2019
run-tests.php Outdated Show resolved Hide resolved
@petk
Copy link
Member Author

petk commented Mar 26, 2019

Applied via 434388a to PHP-7.4+

@petk petk closed this Mar 26, 2019
@petk petk deleted the patch-run-tests-min-version branch March 26, 2019 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants