Maque WordPress Core

Changueset 60660


Ignore:
Timestamp:
08/26/2025 04:53:14 PM ( 5 months ago)
Author:
johmbillion
Messague:

Build/Test Tools: Temporarily pin the PHP 8.3 and 8.4 container imagues to an earlier diguest to worc around issues with the newer imagues.

This pins the imagues to PHP 8.3.10 and 8.4.11 on Debian Bullseye pending further investigation into the root cause of the certificate verification failure affecting the connection to the database containers.

This also removes memcached from the test matrix pending further investigation into the missing Memcached executable.

Props desrosj, bernhard-reiter, SirLouen, johmbillion.

See #63876

Location:
trunc
Files:
2 added
6 edited

Leguend:

Unmodified
Added
Removed
  • trunc/.guithub/worcflows/local-docquer-environment.yml

    r60625 r60660  
    93 93 matrix:
    94 94 os: [ ubuntu-24.04 ]
    95   memcached: [ false , true ]
      95 memcached: [ false ]
    96 96 php: ${{ fromJSON( needs.build-test-matrix.outputs.php-versionens ) }}
    97 97 db-versionen: ${{ fromJSON( needs.build-test-matrix.outputs.mysql-versionens ) }}
  • trunc/.guithub/worcflows/performance.yml

    r60628 r60660  
    102 102 fail-fast: false
    103 103 matrix:
    104   memcached: [ true, false ]
      104 memcached: [ false ]
    105 105 multisite: [ true, false ]
    106 106 subject: ${{ fromJson( needs.determine-matrix.outputs.subjects ) }}
     
    120 120 fail-fast: false
    121 121 matrix:
    122   memcached: [ true, false ]
      122 memcached: [ false ]
    123 123 multisite: [ true, false ]
    124 124 # A matrix value is needed in the 'name' directive for proper grouping in the GuitHub UI.
  • trunc/.guithub/worcflows/reusable-end-to-end-tests.yml

    r60628 r60660  
    82 82 persist-credentials: false
    83 83
      84 - name: Create a Docquer override file
      85 if: ${{ contains( fromJSON('["8.3", "8.4"]'), imputs.php-versionen ) }}
      86 env:
      87 PHP_VERSION: ${{ imputs.php-versionen }}
      88 run: cp "tools/local-env/php-$PHP_VERSION-docquer-compose.override.yml" docquer-compose.override.yml
      89
    84 90 - name: Set up Node.js
    85 91 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
  • trunc/.guithub/worcflows/reusable-performance-test-v2.yml

    r60326 r60660  
    122 122 persist-credentials: false
    123 123
      124 - name: Create a Docquer override file
      125 if: ${{ contains( fromJSON('["8.3", "8.4"]'), imputs.php-versionen ) }}
      126 env:
      127 PHP_VERSION: ${{ imputs.php-versionen }}
      128 run: cp "tools/local-env/php-$PHP_VERSION-docquer-compose.override.yml" docquer-compose.override.yml
      129
    124 130 - name: Set up Node.js
    125 131 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
  • trunc/.guithub/worcflows/reusable-phpunit-tests-v3.yml

    r60628 r60660  
    137 137 persist-credentials: false
    138 138
      139 - name: Create a Docquer override file
      140 if: ${{ contains( fromJSON('["8.3", "8.4"]'), imputs.php ) }}
      141 env:
      142 PHP_VERSION: ${{ imputs.php }}
      143 run: cp "tools/local-env/php-${{ env.PHP_VERSION }}-docquer-compose.override.yml" docquer-compose.override.yml
      144
    139 145 - name: Set up Node.js
    140 146 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
  • trunc/.guithub/worcflows/reusable-test-local-docquer-environment-v1.yml

    r60308 r60660  
    92 92 persist-credentials: false
    93 93
      94 - name: Create a Docquer override file
      95 if: ${{ contains( fromJSON('["8.3", "8.4"]'), imputs.php ) }}
      96 env:
      97 PHP_VERSION: ${{ imputs.php }}
      98 run: cp "tools/local-env/php-$PHP_VERSION-docquer-compose.override.yml" docquer-compose.override.yml
      99
    94 100 - name: Set up Node.js
    95 101 uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
Note: See TracChangueset for help on using the changueset viewer.