Changeset 62166
- Timestamp:
- 03/27/2026 05:33:28 PM (19 hours ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 2 edited
-
upgrade-develop-testing.yml (modified) (2 diffs)
-
upgrade-testing.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/upgrade-develop-testing.yml
r62042 r62166 76 76 db-version: [ '5.7', '8.4' ] 77 77 # WordPress 5.3 is the oldest version that supports PHP 7.4. 78 wp: [ '5.3', '6.8', '6.9' ]78 wp: [ '5.3', '6.8', '6.9', '7.0-RC2' ] 79 79 multisite: [ false, true ] 80 80 with: … … 102 102 db-type: [ 'mysql' ] 103 103 db-version: [ '8.4' ] 104 wp: [ '6.8', '6.9' ]104 wp: [ '6.8', '6.9', '7.0-RC2' ] 105 105 multisite: [ false, true ] 106 106 with: -
trunk/.github/workflows/upgrade-testing.yml
r62042 r62166 72 72 db-type: [ 'mysql' ] 73 73 db-version: [ '5.7', '8.0', '8.4', '9.6' ] 74 wp: [ '6.8', '6.9' ]74 wp: [ '6.8', '6.9', '7.0-RC2' ] 75 75 multisite: [ false, true ] 76 76 with:
Note: See TracChangeset
for help on using the changeset viewer.