Skip to content

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.

3 participants