Changeset 61459 for trunk/.github/workflows/upgrade-develop-testing.yml
- Timestamp:
- 01/09/2026 11:45:46 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-develop-testing.yml
r61222 r61459 64 64 matrix: 65 65 os: [ 'ubuntu-24.04' ] 66 php: [ '7. 2', '8.4' ]66 php: [ '7.4', '8.4' ] 67 67 db-type: [ 'mysql' ] 68 68 db-version: [ '5.7', '8.4' ] 69 # WordPress 4.9 is the oldest version that supports PHP 7.2.70 wp: [ ' 4.9', '6.7', '6.8', '6.9-RC1' ]69 # WordPress 5.3 is the oldest version that supports PHP 7.4. 70 wp: [ '5.3', '6.7', '6.8', '6.9-RC1' ] 71 71 multisite: [ false, true ] 72 73 exclude:74 # 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.75 - php: '7.2'76 db-version: '8.4'77 # WordPress 4.9 does not support PHP 8.4.78 - php: '8.4'79 wp: '4.9'80 72 with: 81 73 os: ${{ matrix.os }} … … 99 91 matrix: 100 92 os: [ 'ubuntu-24.04' ] 101 php: [ '7. 2', '8.4' ]93 php: [ '7.4', '8.4' ] 102 94 db-type: [ 'mysql' ] 103 95 db-version: [ '8.4' ] 104 # WordPress 4.9 is the oldest version that supports PHP 7.2.105 96 wp: [ '6.7', '6.8' ] 106 97 multisite: [ false, true ] 107 108 exclude:109 # 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.110 - php: '7.2'111 db-version: '8.4'112 98 with: 113 99 os: ${{ matrix.os }}
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)