Open
Conversation
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Run tests against MySQL 8.4 in testing workflow
Add MySQL 8.4 LTS to test matrix
Feb 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds MySQL 8.4 LTS support to the test matrix by introducing 7 new test configurations and implementing version-specific authentication handling for MySQL 8.4's changed mysql_native_password plugin behavior.
Changes:
- Added 7 MySQL 8.4 test matrix entries for PHP 8.3, 8.4, 8.5, and nightly across WordPress latest and trunk
- Implemented conditional MySQL authentication configuration that detects MySQL 8.4 and applies the appropriate authentication settings (
mysql_native_password=ONandauthentication_policy=mysql_native_password,for MySQL 8.4, versusdefault_authentication_plugin=mysql_native_passwordfor older versions)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MySQL 8.4 is the current LTS release. The
mysql_native_passwordplugin is no longer loaded by default, breaking authentication without explicit configuration.Changes
Test matrix: Added MySQL 8.4 configurations for PHP 8.3, 8.4, 8.5, and nightly across WordPress latest and trunk (7 new matrix entries)
Authentication config: Added version detection step that conditionally applies:
mysql_native_password=ON+authentication_policy=mysql_native_password,default_authentication_plugin=mysql_native_password(unchanged)The configuration step runs before MySQL setup:
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
php.watch/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.