Make WordPress Core


Ignore:
Timestamp:
08/01/2025 11:03:10 AM (13 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the Inovation Releases tested.

This updates the PHPUnit test strategy matrix to test current Innovation Releases.

  • MySQL 9.4 is now the current Innovation Release.
  • With the release of the 11.8 LTS version, MariaDB has no current Innovation Releases.

See #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/upgrade-testing.yml

    r60341 r60532  
    6666        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    6767        db-type: [ 'mysql' ]
    68         db-version: [ '5.7', '8.0', '8.4', '9.3' ]
     68        db-version: [ '5.7', '8.0', '8.4', '9.4' ]
    6969        wp: [ '6.7', '6.8' ]
    7070        multisite: [ false, true ]
     
    7878          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    7979          - php: '7.2'
    80             db-version: '9.3'
    81           - php: '7.3'
    82             db-version: '9.3'
     80            db-version: '9.4'
     81          - php: '7.3'
     82            db-version: '9.4'
    8383    with:
    8484      os: ${{ matrix.os }}
     
    189189        php: [ '7.2', '7.3', '7.4' ]
    190190        db-type: [ 'mysql' ]
    191         db-version: [ '5.7', '8.0', '8.4', '9.3' ]
     191        db-version: [ '5.7', '8.0', '8.4', '9.4' ]
    192192        wp: [ '4.7' ]
    193193        multisite: [ false, true ]
     
    201201          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    202202          - php: '7.2'
    203             db-version: '9.3'
    204           - php: '7.3'
    205             db-version: '9.3'
     203            db-version: '9.4'
     204          - php: '7.3'
     205            db-version: '9.4'
    206206    with:
    207207      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.