-
Notifications
You must be signed in to change notification settings - Fork 7.9k
CI: change MySQL image in CI from 8.3 to LTS 8.4 #18555
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
base: master
Are you sure you want to change the base?
Conversation
One mysql test fails, because |
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.
because
mysql_native_password
is not enabled by default.
It should be loaded then. Since it's still available, it makes sense to me that we still test it.
it needs |
@TimWolla plugin is not even tested in this failing test case. It's test for |
I see. I did not check the test. The change to Also php-src/ext/mysqlnd/mysqlnd_auth.c Line 965 in 7e956f8
|
This reverts commit eccfaa2.
Please see: Due to unstable behavior in authentication with MySQL 8.4, we were using 8.3 in our CI. |
MySQL 8.4 is LTS version so I changed the version from 8.3 to 8.4 in the CI images.
https://dev.mysql.com/blog-archive/introducing-mysql-innovation-and-long-term-support-lts-versions/