Skip to content

Support MySQL 9.0 in CI#146

Open
DZunke wants to merge 1 commit intokrowinski:masterfrom
DZunke:support-mysql-9.0
Open

Support MySQL 9.0 in CI#146
DZunke wants to merge 1 commit intokrowinski:masterfrom
DZunke:support-mysql-9.0

Conversation

@DZunke
Copy link
Contributor

@DZunke DZunke commented Feb 18, 2026

I have added MySQL 9.0 to the CI and after the pipeline failed with just a single test i found out that the version constraint in src/MySQLReplication/Repository/MySQLRepository.php was checked using a string constraint while in src/MySQLReplication/BinLog/BinLogSocketConnect.php there was version_compare utilized for versions higher then MySQL 7. So i took over this comparison and everything seems compatible with the newer MySQL version.

Wanted to try with MySQL 9.6 but MySQL 9.0 is the latest version supported by the CI action shogo82148/actions-setup-mysql. But surely this is also a step forward for people utilizing the latest versions 😄

@krowinski
Copy link
Owner

Test are broken its always using one version of mysql I didn't have time to check this

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.

2 participants