Changeset 62022
- Timestamp:
- 03/13/2026 10:11:04 PM (2 weeks ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/install-testing.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/install-testing.yml
r61875 r62022 89 89 - db-version: '5.1' 90 90 - db-version: '5.5' 91 # The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.92 - php: '7.2'93 db-version: '8.4'94 - php: '7.3'95 db-version: '8.4'96 91 # Only test the latest innovation release. 97 92 - db-version: '9.0' … … 119 114 -e MYSQL_DATABASE="test_db" 120 115 --entrypoint sh ${{ matrix.db-type }}:${{ matrix.db-version }} 121 -c "exec docker-entrypoint.sh mysqld${{ matrix.db-type == 'mysql' && contains( fromJSON('[" 7.2", "7.3"]'), matrix.php ) && ' --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' ) || '' }}" 122 117 123 118 steps:
Note: See TracChangeset
for help on using the changeset viewer.