Skip to content

Commit 65c546f

Browse files
committed
Check all PHP versions.
1 parent 554920c commit 65c546f

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
@@ -112,7 +112,7 @@ jobs:
112112
-e MYSQL_ROOT_PASSWORD="root"
113113
-e MYSQL_DATABASE="test_db"
114114
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
115-
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["7.2", "7.3"]'), matrix.php ) && ( matrix.db-version == '8.4' && ' --authentication-policy=mysql_native_password' || ' --default-authentication-plugin=mysql_native_password' ) || '' }}"
115+
-c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('["5.3", "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' ) || '' }}"
116116
117117
steps:
118118
- name: Set up PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)