Make WordPress Core


Ignore:
Timestamp:
04/11/2024 09:09:49 PM (5 months ago)
Author:
johnbillion
Message:

General: Increase the minimum supported version of PHP to 7.2.24.

Props justlevine, masteradhoc, samiamnot, hellofromTonya, azaozz, jrf, dd32, desrosj, jorbin

Fixes #58719

Location:
trunk/.github/workflows
Files:
2 edited

Legend:

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

    r57379 r57985  
    4646      matrix:
    4747        os: [ ubuntu-latest ]
    48         php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
     48        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
    4949        db-type: [ 'mysql' ]
    5050        db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ]
     
    9898      matrix:
    9999        os: [ ubuntu-latest ]
    100         php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
     100        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
    101101        db-type: [ 'mariadb' ]
    102102        db-version: [ '10.4', '10.6', '10.11', '11.2' ]
  • trunk/.github/workflows/upgrade-testing.yml

    r57915 r57985  
    4444      matrix:
    4545        os: [ 'ubuntu-latest' ]
    46         php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
     46        php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
    4747        db-type: [ 'mysql' ]
    4848        db-version: [ '5.7', '8.0' ]
     
    6767      matrix:
    6868        os: [ 'ubuntu-latest' ]
    69         php: [ '7.0', '7.1', '7.2', '7.3', '7.4' ]
     69        php: [ '7.2', '7.3', '7.4' ]
    7070        db-type: [ 'mysql' ]
    7171        db-version: [ '5.7', '8.0' ]
     
    117117      matrix:
    118118        os: [ 'ubuntu-latest' ]
    119         php: [ '7.0', '7.1', '7.2', '7.3', '7.4' ]
     119        php: [ '7.2', '7.3', '7.4' ]
    120120        db-type: [ 'mysql' ]
    121121        db-version: [ '5.7', '8.0' ]
Note: See TracChangeset for help on using the changeset viewer.