Make WordPress Core


Ignore:
Timestamp:
10/23/2024 12:13:07 AM (14 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.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r59168 r59280  
    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.