Skip to content

Commit c966c03

Browse files
committed
Merge branch 'fix/installation-workflow' into test-install-tests
2 parents 65c546f + d139ace commit c966c03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/install-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
- db-version: '9.2'
9494
- db-version: '9.3'
9595
- db-version: '9.4'
96+
- db-version: '9.5'
9697
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
9798
- php: '7.2'
9899
db-version: '9.6'
@@ -112,7 +113,7 @@ jobs:
112113
-e MYSQL_ROOT_PASSWORD="root"
113114
-e MYSQL_DATABASE="test_db"
114115
--entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }}
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' ) || '' }}"
116+
-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' ) || '' }}"
116117
117118
steps:
118119
- name: Set up PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)