-
Notifications
You must be signed in to change notification settings - Fork 6
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
MNT New PHP 8.3 support #74
MNT New PHP 8.3 support #74
Conversation
688f339
to
f8ea85a
Compare
f8ea85a
to
ac96844
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This currently generates the following matrix for PHPUnit tests:
- 8.1 prf-low mysql57 phpunit
- 8.1 mariadb phpunit
- 8.2 mysql80 phpunit
- 8.3 mysql80 phpunit
It should instead generate this:
- 8.1 prf-low mysql57 phpunit
- 8.2 mariadb phpunit
- 8.3 mysql80 phpunit
Note that this removes the duplication of running two mysql80 runs.
d4d0c8e
to
3611430
Compare
3611430
to
628434f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, works well in my test forks.
Parent issue