Make WordPress Core

Changeset 57152

Timestamp:
12/04/2023 06:51:01 PM (8 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the MariaDB test strategy matrix.

This updates the test strategy matrix in the PHPUnit test GitHub Actions workflow to include the most recent MariaDB release, 11.2.

While 11.0 and 11.1 are still maintained, all three are short-term stable releases, which see support dropped after 1 year.

Until a larger discussion around how the project supports database software releases with shorter support windows takes place (short-term in MariaDB or “innovation” releases in MySQL), testing only against the latest short-term release should be sufficient.

Props johnbillion, l1nuxjedi.
See #59806.

File:
1 edited

Legend:

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

    r57132 r57152  
    100100        php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
    101101        db-type: [ 'mariadb' ]
    102         db-version: [ '10.4', '10.6', '10.11', '11.0' ]
     102        db-version: [ '10.4', '10.6', '10.11', '11.' ]
    103103        multisite: [ false, true ]
    104104        memcached: [ false ]
     
    109109          php: '7.4'
    110110          db-type: 'mariadb'
    111           db-version: '11.0'
     111          db-version: '11.'
    112112          multisite: false
    113113          memcached: true
     
    115115          php: '7.4'
    116116          db-type: 'mariadb'
    117           db-version: '11.0'
     117          db-version: '11.'
    118118          multisite: true
    119119          memcached: true
Note: See TracChangeset for help on using the changeset viewer.