Make WordPress Core


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

    r60080 r60277  
    9393          # Only test the latest innovation release.
    9494          - db-version: '9.0'
     95          - db-version: '9.1'
     96          - db-version: '9.2'
    9597          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    9698          - php: '7.2'
    97             db-version: '9.1'
     99            db-version: '9.3'
    98100          - php: '7.3'
    99             db-version: '9.1'
     101            db-version: '9.3'
    100102
    101103    services:
Note: See TracChangeset for help on using the changeset viewer.