Skip to content

Update test matrix to include full MySQL 8 and MySQL 9 support #209

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

clue
Copy link
Contributor

@clue clue commented May 23, 2025

This changeset updates the test matrix to include full MySQL 8 and MySQL 9 support. It only improves our tests and documentation to emphasize we officially support MySQL 8+ and other compatible projects, building on top of our recent MySQL protocol improvements.

Builds on top of #207 and #196
Refs #112

@clue clue added this to the v0.7.0 milestone May 23, 2025
@clue clue requested a review from WyriHaximus May 23, 2025 15:45
Comment on lines +79 to +80
// 3 warnings on MySQL 8+, 1 warning on legacy MySQL 5
$this->assertGreaterThanOrEqual(1, $command->warningCount);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for this PR, but would it be worth it detecting the MySQL version and adjusting the number here based on that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not opposed, but given the nature of this test, I don't think this has particularly high priority. PRs welcome I suppose 👍

Copy link
Member

@WyriHaximus WyriHaximus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@WyriHaximus WyriHaximus merged commit 32c455d into friends-of-reactphp:0.7.x May 27, 2025
17 checks passed
@clue clue deleted the mysql8+ branch May 27, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants