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/reusable-test-local-docker-environment-v1.yml

    r60692 r60735  
    9292          persist-credentials: false
    9393
    94       - name: Create a Docker override file
    95         if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php ) }}
    96         env:
    97           PHP_VERSION: ${{ inputs.php }}
    98         run: cp "tools/local-env/php-$PHP_VERSION-docker-compose.override.yml" docker-compose.override.yml
    99 
    10094      - name: Set up Node.js
    10195        uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
Note: See TracChangeset for help on using the changeset viewer.