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.

git-svn-id: https://develop.svn.wordpress.org/trunk@57152 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2023-12-04 18:51:01 +00:00
parent f3236c2c93
commit b38a6cf976

View File

@@ -99,7 +99,7 @@ jobs:
os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db-type: [ 'mariadb' ]
db-version: [ '10.4', '10.6', '10.11', '11.0' ]
db-version: [ '10.4', '10.6', '10.11', '11.2' ]
multisite: [ false, true ]
memcached: [ false ]
@@ -108,13 +108,13 @@ jobs:
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '11.2'
multisite: false
memcached: true
- os: ubuntu-latest
php: '7.4'
db-type: 'mariadb'
db-version: '11.0'
db-version: '11.2'
multisite: true
memcached: true
with: