Make WordPress Core


Ignore:
Timestamp:
06/05/2025 07:53:20 AM (11 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/local-docker-environment.yml

    r60080 r60277  
    9898          # Only test the latest innovation release.
    9999          - db-version: '9.0'
     100          - db-version: '9.1'
     101          - db-version: '9.2'
    100102          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    101103          - php: '7.2'
    102             db-version: '9.1'
     104            db-version: '9.3'
    103105          - php: '7.3'
    104             db-version: '9.1'
     106            db-version: '9.3'
    105107
    106108    with:
Note: See TracChangeset for help on using the changeset viewer.