mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix mysql mysql_native_password error on CircleCI
This is already fixed in higher branches. We'll need to fix this properly when upgrading to MySQL 8.4, which we should do soon as 8.3 is already EOL. Closes GH-17560
This commit is contained in:
parent
a403b76e88
commit
c99fb05929
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