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

Drop support for PHP 7.2, upgrade to PHPUnit 9 #1291

Closed
osma opened this issue Mar 17, 2022 · 0 comments · Fixed by #1312
Closed

Drop support for PHP 7.2, upgrade to PHPUnit 9 #1291

osma opened this issue Mar 17, 2022 · 0 comments · Fixed by #1312
Assignees
Milestone

Comments

@osma
Copy link
Member

osma commented Mar 17, 2022

Support for PHP 8.0 was added in PR #1266, released as part of Skosmos 2.14. Now Skosmos supports four versions of PHP: 7.2, 7.3, 7.4 and 8.0. (There are still problems with PHP 8.1, see #1274)

The next logical step would be to drop support for PHP 7.2, which has been in EOL status by upstream PHP since late 2020, although it is still supported by distributions such as Ubuntu 18.04. Dropping PHP 7.2 would allow upgrading PHPUnit to version 9, which requires at least PHP 7.3. Probably also other PHP libraries are dropping support for PHP 7.2 and we need to do the same in order to be able to upgrade to newer versions.

@osma osma added this to the Next Tasks milestone Mar 17, 2022
@osma osma self-assigned this Apr 27, 2022
@osma osma modified the milestones: Next Tasks, 2.16, 2.15 Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant