Stick to mysql 8.3 for the time being

MySQL 8.4 does not load the 'mysql_native_password' plugin by default
and I couldn't figure out how to initialise the container to load it.
This commit is contained in:
Matteo Beccati 2024-05-02 15:29:25 +02:00
parent b6b9eab68e
commit 6fed9a9a7e
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ jobs:
resource_class: arm.medium
docker:
- image: cimg/base:current-22.04
- image: mysql:8
- image: mysql:8.3
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD: ''