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/reusable-performance-test-v2.yml

    r60660 r60735  
    122122          persist-credentials: false
    123123
    124       - name: Create a Docker override file
    125         if: ${{ contains( fromJSON('["8.3", "8.4"]'), inputs.php-version ) }}
    126         env:
    127           PHP_VERSION: ${{ inputs.php-version }}
    128         run: cp "tools/local-env/php-$PHP_VERSION-docker-compose.override.yml" docker-compose.override.yml
    129 
    130124      - name: Set up Node.js
    131125        uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
Note: See TracChangeset for help on using the changeset viewer.