Make WordPress Core


Ignore:
Timestamp:
08/26/2025 04:53:14 PM (2 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/performance.yml

    r60628 r60660  
    102102      fail-fast: false
    103103      matrix:
    104         memcached: [ true, false ]
     104        memcached: [ false ]
    105105        multisite: [ true, false ]
    106106        subject: ${{ fromJson( needs.determine-matrix.outputs.subjects ) }}
     
    120120      fail-fast: false
    121121      matrix:
    122         memcached: [ true, false ]
     122        memcached: [ false ]
    123123        multisite: [ true, false ]
    124124        # A matrix value is needed in the 'name' directive for proper grouping in the GitHub UI.
Note: See TracChangeset for help on using the changeset viewer.