Make WordPress Core

Changeset 51890


Ignore:
Timestamp:
10/05/2021 05:33:11 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Change the patch version used for testing the 5.6 branch of PHP.

This unpins the version of PHP 5.6.20 used when testing the 5.6 branch of PHP.

Using 5.6.20 was an intentional decision in [49162], as that patch version is the oldest version of PHP 5.6 still supported by WordPress. However, as of September 30, 2021, the 5.6.20 image contains a version of OpenSSL with an expired certificate, sometimes resulting in an expired trust chain.

Props Clorith, hellofromTonya, SergeyBiryukov, desrosj.
Merges [51889] to trunk.
Fixes #54223.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/.github/workflows/phpunit-tests.yml

    r51868 r51890  
    6767      fail-fast: false
    6868      matrix:
    69         php: [ '5.6.20', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
     69        php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
    7070        os: [ ubuntu-latest ]
    7171        memcached: [ false ]
     
    7474        include:
    7575          # Additional "slow" jobs for PHP 5.6.
    76           - php: '5.6.20'
     76          - php: '5.6'
    7777            os: ubuntu-latest
    7878            memcached: false
    7979            multisite: false
    8080            split_slow: true
    81           - php: '5.6.20'
     81          - php: '5.6'
    8282            os: ubuntu-latest
    8383            memcached: false
Note: See TracChangeset for help on using the changeset viewer.