Make WordPress Core


Ignore:
Timestamp:
03/10/2026 04:49:14 AM (2 weeks ago)
Author:
desrosj
Message:

Build/Test Tools: Test against MySQL 9.6 & MariaDB 12.1.

These are now the latest Innovation and Rolling releases, respectively.

See #64225, #64227.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r61459 r61875  
    204204        php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
    205205        db-type: [ 'mysql', 'mariadb' ]
    206         db-version: [ '9.5', '12.0' ]
     206        db-version: [ '9.6', '12.1' ]
    207207        multisite: [ false, true ]
    208208        memcached: [ false ]
     
    212212          # Exclude version combinations that don't exist.
    213213          - db-type: 'mariadb'
    214             db-version: '9.5'
     214            db-version: '9.6'
    215215          - db-type: 'mysql'
    216             db-version: '12.0'
     216            db-version: '12.1'
    217217    with:
    218218      os: ${{ matrix.os }}
Note: See TracChangeset for help on using the changeset viewer.