mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01: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:
@@ -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