Make WordPress Core


Ignore:
Timestamp:
08/26/2025 04:53:14 PM (3 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Temporarily pin the PHP 8.3 and 8.4 container images to an earlier digest to work around issues with the newer images.

This pins the images to PHP 8.3.10 and 8.4.11 on Debian Bullseye pending further investigation into the root cause of the certificate verification failure affecting the connection to the database containers.

This also removes memcached from the test matrix pending further investigation into the missing Memcached executable.

Props desrosj, bernhard-reiter, SirLouen, johnbillion.

See #63876

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/local-docker-environment.yml

    r60625 r60660  
    9393      matrix:
    9494        os: [ ubuntu-24.04 ]
    95         memcached: [ false, true ]
     95        memcached: [ false ]
    9696        php: ${{ fromJSON( needs.build-test-matrix.outputs.php-versions ) }}
    9797        db-version: ${{ fromJSON( needs.build-test-matrix.outputs.mysql-versions ) }}
Note: See TracChangeset for help on using the changeset viewer.