Changeset 60532 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 08/01/2025 11:03:10 AM (10 months ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r60346 r60532 185 185 # only the most recent innovation version is tested. 186 186 # 187 # MariaDB does not currently have a supported innovation release. 188 # 187 189 test-innovation-releases: 188 190 name: PHP ${{ matrix.php }} … … 197 199 os: [ ubuntu-24.04 ] 198 200 php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] 199 db-type: [ 'mysql' , 'mariadb']200 db-version: [ '9. 3', '11.7' ]201 db-type: [ 'mysql' ] 202 db-version: [ '9.4' ] 201 203 multisite: [ false, true ] 202 204 memcached: [ false ] … … 206 208 # MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218. 207 209 - php: '7.2' 208 db-version: '9. 3'210 db-version: '9.4' 209 211 - php: '7.3' 210 db-version: '9.3' 211 # Exclude version combinations that don't exist. 212 - db-type: 'mariadb' 213 db-version: '9.3' 214 - db-type: 'mysql' 215 db-version: '11.7' 212 db-version: '9.4' 216 213 with: 217 214 os: ${{ matrix.os }}
Note: See TracChangeset
for help on using the changeset viewer.