Skip to content

Commit 7e6b320

Browse files
committed
Build/Test Tools: Fix 2 matrix errors in the 5.7 branch.
These are caused by an empty split_slow value when one is always expected. Follow up to [58598]. See #61213. git-svn-id: https://develop.svn.wordpress.org/branches/5.7@58604 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f1d60e8 commit 7e6b320

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,24 +64,19 @@ jobs:
6464
os: ubuntu-latest
6565
memcached: true
6666
multisite: false
67+
split_slow: false
6768
- php: '7.4'
6869
os: ubuntu-latest
6970
memcached: true
7071
multisite: true
71-
# Report the results of the PHP 7.4 without memcached job.
72-
- php: '7.4'
73-
os: ubuntu-latest
74-
memcached: false
75-
multisite: false
76-
report: true
72+
split_slow: false
7773
with:
7874
os: ${{ matrix.os }}
7975
php: ${{ matrix.php }}
8076
multisite: ${{ matrix.multisite }}
8177
split_slow: ${{ matrix.split_slow }}
8278
memcached: ${{ matrix.memcached }}
8379
phpunit-config: ${{ matrix.multisite && 'tests/phpunit/multisite.xml' || 'phpunit.xml.dist' }}
84-
report: ${{ matrix.report || false }}
8580

8681
slack-notifications:
8782
name: Slack Notifications

0 commit comments

Comments
 (0)