Make WordPress Core


Ignore:
Timestamp:
06/05/2025 07:53:20 AM (7 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/phpunit-tests.yml

    r60080 r60277  
    188188        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    189189        db-type: [ 'mysql', 'mariadb' ]
    190         db-version: [ '9.1', '11.6' ]
     190        db-version: [ '9.3', '11.7' ]
    191191        multisite: [ false, true ]
    192192        memcached: [ false ]
     
    196196          # MySQL 9.0+ will not work on PHP <= 7.3 because mysql_native_password was removed. See https://core.trac.wordpress.org/ticket/61218.
    197197          - php: '7.2'
    198             db-version: '9.1'
     198            db-version: '9.3'
    199199          - php: '7.3'
    200             db-version: '9.1'
     200            db-version: '9.3'
    201201          # Exclude version combinations that don't exist.
    202202          - db-type: 'mariadb'
    203             db-version: '9.1'
     203            db-version: '9.3'
    204204          - db-type: 'mysql'
    205             db-version: '11.6'
     205            db-version: '11.7'
    206206    with:
    207207      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.