Make WordPress Core


Ignore:
Timestamp:
06/05/2025 07:53:20 AM (9 months ago)
Author:
desrosj
Message:

Build/Test Tools: Test against the latest innovation releases.

The latest MySQL innovation release is now 9.3, and the latest MariaDB innovation release (also known as a “rolling release”) is 11.7.

This updates the test matrices and the .version-support-mysql.json accordingly.

Props peterwilsoncc.
See #63167.

File:
1 edited

Legend:

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

    r60097 r60277  
    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.1' ]
     68        db-version: [ '5.7', '8.0', '8.4', '9.3' ]
    6969        wp: [ '6.6', '6.7' ]
    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.1'
     80            db-version: '9.3'
    8181          - php: '7.3'
    82             db-version: '9.1'
     82            db-version: '9.3'
    8383    with:
    8484      os: ${{ matrix.os }}
     
    244244        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    245245        db-type: [ 'mysql' ]
    246         db-version: [ '5.7', '8.0', '8.4', '9.1' ]
     246        db-version: [ '5.7', '8.0', '8.4', '9.3' ]
    247247        wp: [ '4.1' ]
    248248        multisite: [ false, true ]
     
    256256          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    257257          - php: '7.2'
    258             db-version: '9.1'
     258            db-version: '9.3'
    259259          - php: '7.3'
    260             db-version: '9.1'
     260            db-version: '9.3'
    261261    with:
    262262      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.