Downgrading to mysql 9.2
Some checks failed
Java CI with Gradle / build (17) (push) Failing after 1s
Java CI with Maven / build (17) (push) Failing after 1s
Deploy and Test Cluster / deploy-and-test-cluster (push) Successful in 1m39s

- MySQL 9.3 does not work with testcontainers 1.21.0. Database container terminates with errors

Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
Patrick Baumgartner 2025-06-04 22:21:33 +02:00 committed by Dave Syer
parent 2e61f19c66
commit cefaf55dd1
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
services:
mysql:
image: mysql:9.3
image: mysql:9.2
ports:
- "3306:3306"
environment: