We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74dc7a commit 16f8c0cCopy full SHA for 16f8c0c
1 file changed
.github/workflows/reusable-upgrade-testing.yml
@@ -75,6 +75,8 @@ jobs:
75
--health-retries="5"
76
-e MYSQL_ROOT_PASSWORD="root"
77
-e MYSQL_DATABASE="test_db"
78
+ --entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
79
+ -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' ) || '' }}"
80
81
steps:
82
- name: Set up PHP ${{ inputs.php }}
0 commit comments