Make WordPress Core


Ignore:
Timestamp:
09/13/2025 12:05:34 PM (8 weeks 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/local-docker-environment.yml

    r60660 r60735  
    9393      matrix:
    9494        os: [ ubuntu-24.04 ]
    95         memcached: [ false ]
     95        memcached: [ false, true ]
    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.