mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
b6b9eab68e
commit
6fed9a9a7e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
resource_class: arm.medium
|
resource_class: arm.medium
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/base:current-22.04
|
- image: cimg/base:current-22.04
|
||||||
- image: mysql:8
|
- image: mysql:8.3
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: true
|
MYSQL_ALLOW_EMPTY_PASSWORD: true
|
||||||
MYSQL_ROOT_PASSWORD: ''
|
MYSQL_ROOT_PASSWORD: ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue