Make WordPress Core

Changeset 59310


Ignore:
Timestamp:
10/28/2024 06:08:04 PM (3 months ago)
Author:
desrosj
Message:

Build/Test Tools: Test against MySQL 8.4 in automated testing.

Additionally, MySQL 8.1, 8.2 and 8.3 have been removed. These were “innovation releases” and are no longer supported in favor of 8.4, which has LTS.

Reviewed by peterwilsoncc.
Merges [59280] to the 6.7 branch.

Props ayeshrajans, johnbillion, aristath, jorbin.
See #61218.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/.github/workflows/phpunit-tests.yml

    r59168 r59310  
    4848        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    4949        db-type: [ 'mysql' ]
    50         db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ]
     50        db-version: [ '5.7', '8.0', '8.4' ]
    5151        tests-domain: [ 'example.org' ]
    5252        multisite: [ false, true ]
Note: See TracChangeset for help on using the changeset viewer.