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-phpunit-tests-v3.yml

    r60692 r60735  
    137137          persist-credentials: false
    138138
    139       - name: Create a Docker override file
    140         if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php ) }}
    141         env:
    142           PHP_VERSION: ${{ inputs.php }}
    143         run: cp "tools/local-env/php-${{ env.PHP_VERSION }}-docker-compose.override.yml" docker-compose.override.yml
    144 
    145139      - name: Set up Node.js
    146140        uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
Note: See TracChangeset for help on using the changeset viewer.