mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user