Skip to content

Commit d139ace

Browse files
committed
Enable mysql_native_password.
1 parent 77c6292 commit d139ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
-e MYSQL_ROOT_PASSWORD="root"
115115
-e MYSQL_DATABASE="test_db"
116116
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
117-
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3"]'), matrix.php ) && ( matrix.db-version == '8.4' && ' --authentication-policy=mysql_native_password' || ' --default-authentication-plugin=mysql_native_password' ) || '' }}"
117+
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3"]'), matrix.php ) && ( matrix.db-version == '8.4' && ' --mysql-native-password=ON --authentication-policy=mysql_native_password' || ' --default-authentication-plugin=mysql_native_password' ) || '' }}"
118118
119119
steps:
120120
- name: Set up PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)