Skip to content

Update PHP Versions Used In Package Requirements and For Testing Against #3

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jimmybrancaccio
Copy link
Contributor

This change updates our composer.json file so we now require versions of PHP which are supported by PHP themselves. This also updates the GitHub Actions workflow file so we're testing against those same supported versions.

As of 2021-01-07 PHP only supports versions 7.4, 8.0 and 8.1 - https://www.php.net/supported-versions.php so we should only be testing against these versions.
The required version(s) of PHP have been updated so we're only used supported PHP versions (https://www.php.net/supported-versions.php). As of today that is 7.4, 8.0 and 8.1.
@jimmybrancaccio
Copy link
Contributor Author

These are failing due to PHPUnit 7.5 not working with PHP 8.0 and 8.1. This should be safe to merge @Laizerox. I will create a new PR to get PHPUnit updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant