diff --git a/.github/workflows/install-testing.yml b/.github/workflows/install-testing.yml index 2131d0ae80187..10de3648e8a78 100644 --- a/.github/workflows/install-testing.yml +++ b/.github/workflows/install-testing.yml @@ -138,9 +138,7 @@ jobs: --health-timeout=10s --health-retries=5 --entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }} - -c "exec docker-entrypoint.sh mysqld - ${{ matrix.db-type == 'mysql' && matrix.db-version == '8.4' && '--mysql-native-password=ON ' || '' }} - ${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && '--authentication_policy=mysql_native_password' || '' }} + -c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && matrix.db-version == '8.4' && ' --mysql-native-password=ON ' || '' }}${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && ' --authentication_policy=mysql_native_password' || '' }} steps: - name: Set up PHP ${{ matrix.php }}