Make WordPress Core


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

    r59276 r59280  
    4646        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
    4747        db-type: [ 'mysql' ]
    48         db-version: [ '5.7', '8.0' ]
     48        db-version: [ '5.7', '8.0', '8.4' ]
    4949        wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
    5050        multisite: [ false, true ]
     51
     52        exclude:
     53          - php: '7.2'
     54            db-version: '8.4'
     55          - php: '7.3'
     56            db-version: '8.4'
    5157    with:
    5258      os: ${{ matrix.os }}
     
    6975        php: [ '7.2', '7.3', '7.4' ]
    7076        db-type: [ 'mysql' ]
    71         db-version: [ '5.7', '8.0' ]
     77        db-version: [ '5.7', '8.0', '8.4' ]
    7278        wp: [ '5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9' ]
    7379        multisite: [ false, true ]
     80
     81        exclude:
     82          - php: '7.2'
     83            db-version: '8.4'
     84          - php: '7.3'
     85            db-version: '8.4'
    7486    with:
    7587      os: ${{ matrix.os }}
     
    96108        php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
    97109        db-type: [ 'mysql' ]
    98         db-version: [ '5.7', '8.0' ]
     110        db-version: [ '5.7', '8.0', '8.4' ]
    99111        wp: [ '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9' ]
    100112        multisite: [ false, true ]
     
    119131        php: [ '7.2', '7.3', '7.4' ]
    120132        db-type: [ 'mysql' ]
    121         db-version: [ '5.7', '8.0' ]
     133        db-version: [ '5.7', '8.0', '8.4' ]
    122134        wp: [ '4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9' ]
    123135        multisite: [ false, true ]
     136
     137        exclude:
     138          - php: '7.2'
     139            db-version: '8.4'
     140          - php: '7.3'
     141            db-version: '8.4'
    124142    with:
    125143      os: ${{ matrix.os }}
     
    146164        php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
    147165        db-type: [ 'mysql' ]
    148         db-version: [ '5.7', '8.0' ]
     166        db-version: [ '5.7', '8.0', '8.4' ]
    149167        wp: [ '4.1', '4.2', '4.3', '4.4', '4.5' ]
    150168        multisite: [ false, true ]
Note: See TracChangeset for help on using the changeset viewer.