Make WordPress Core


Ignore:
Timestamp:
09/13/2025 12:05:34 PM (2 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Switch back to using the latest stable PHP 8.4 and 8.3 images for the test environment.

The underlying issue that caused the MariaDB client in the updated CLI container to no longer trust a self-signed certificate from the MySQL server has been resolved in https://github.com/WordPress/wpdev-docker-images/pull/190.

This change also reinstates the memcached test jobs as the underlying issue where its path resolution was incorrect has been resolved in https://github.com/WordPress/wpdev-docker-images/pull/181.

Props SirLouen, desrosj, johnbillion, kadamwhite, jorbin, davidbaumwald, bernhard-reiter, St. Virtualis of Dockeria

Fizes #63876

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/performance.yml

    r60660 r60735  
    102102      fail-fast: false
    103103      matrix:
    104         memcached: [ false ]
     104        memcached: [ false, true ]
    105105        multisite: [ true, false ]
    106106        subject: ${{ fromJson( needs.determine-matrix.outputs.subjects ) }}
     
    120120      fail-fast: false
    121121      matrix:
    122         memcached: [ false ]
     122        memcached: [ false, true ]
    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.