Make WordPress Core


Ignore:
Timestamp:
08/01/2025 11:03:10 AM (10 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update the Inovation Releases tested.

This updates the PHPUnit test strategy matrix to test current Innovation Releases.

  • MySQL 9.4 is now the current Innovation Release.
  • With the release of the 11.8 LTS version, MariaDB has no current Innovation Releases.

See #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/local-docker-environment.yml

    r60277 r60532  
    100100          - db-version: '9.1'
    101101          - db-version: '9.2'
     102          - db-version: '9.3'
    102103          # MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
    103104          - php: '7.2'
    104             db-version: '9.3'
     105            db-version: '9.4'
    105106          - php: '7.3'
    106             db-version: '9.3'
     107            db-version: '9.4'
    107108
    108109    with:
Note: See TracChangeset for help on using the changeset viewer.