Skip to content

Run tests with multiple php and mysql versions #136

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 2 commits into from
Apr 18, 2025

Conversation

cgrabenstein
Copy link
Contributor

This is basically a continuation of #121.

The old pipeline was always running with mysql 8.0 because the tests were connecting to mysql running in the ubunut host, and not the mysql running in the docker container.

Since I could not find a way how to set up the mysql container with a custom config (needed to enable the binlog), I used this mysql setup action which offers the possibility to set up custom config values.

Furthermore I had to adapt the query checking if the binlog was enabled if running with mysql 8.4 because SHOW MASTER STATS is no longer supported. A good way to confirm that the tests are actually running with the specified mysql versions.

@cgrabenstein cgrabenstein force-pushed the feature/matrix-testing branch from 67b8e97 to 4e6462c Compare April 16, 2025 16:08
@krowinski krowinski merged commit 7a94fef into krowinski:master Apr 18, 2025
9 checks passed
@cgrabenstein cgrabenstein deleted the feature/matrix-testing branch April 19, 2025 19:15
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