We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da7d9b commit 5504d21Copy full SHA for 5504d21
.github/workflows/local-docker-environment.yml
@@ -92,7 +92,7 @@ jobs:
92
fail-fast: false
93
matrix:
94
os: [ ubuntu-24.04 ]
95
- memcached: [ false, true ]
+ memcached: [ false ]
96
php: ${{ fromJSON( needs.build-test-matrix.outputs.php-versions ) }}
97
db-version: ${{ fromJSON( needs.build-test-matrix.outputs.mysql-versions ) }}
98
.github/workflows/performance.yml
@@ -101,7 +101,7 @@ jobs:
101
strategy:
102
103
104
- memcached: [ true, false ]
105
multisite: [ true, false ]
106
subject: ${{ fromJson( needs.determine-matrix.outputs.subjects ) }}
107
with:
0 commit comments