Skip to content

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