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

Run CI against PHP 8.4 #2321

Merged
merged 5 commits into from
Nov 21, 2024
Merged

Run CI against PHP 8.4 #2321

merged 5 commits into from
Nov 21, 2024

Conversation

MasterOdin
Copy link
Member

@MasterOdin MasterOdin commented Nov 20, 2024

PR adds PHP 8.4 to the CI test suite so that we can ensure compatibility there. I also removed testing against 8.2 and 8.3 as most likely if it works against PHP 8.1 and 8.4, then it'll work for the intermediate versions as well. The only exception is using PHP 8.2 as we test three discrete versions of mysql so we need three versions of PHP to differentiate them.

As part of this, I setup the code coverage stuff to run for all tested versions and only ignore the prefer-lowest run as there's code paths that only run for certain versions of mysql/postgres, and I didn't feel like keep changing those just to make codecov happy, and that uploading the coverage doesn't significantly slow down the CI that we shouldn't be doing it.

Signed-off-by: Matthew Peveler <[email protected]>
@MasterOdin MasterOdin marked this pull request as ready for review November 21, 2024 03:18
@MasterOdin MasterOdin merged commit 33631e8 into 0.x Nov 21, 2024
12 checks passed
@MasterOdin MasterOdin deleted the MasterOdin-patch-1 branch November 21, 2024 03:18
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.

2 participants