Skip to content

Commit 8dc08cb

Browse files
committed
Build/Test Tools: Trim the 5.4 workflows.
This trims the unit testing matrix to the highest and lowest supported version of each major PHP branch. Props desrosj, johnbillion See #64083 git-svn-id: https://develop.svn.wordpress.org/branches/5.4@61816 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c1cae09 commit 8dc08cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ ubuntu-latest ]
46-
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
46+
php: [ '5.6', '7.0', '7.4' ]
4747
multisite: [ false, true ]
4848
split_slow: [ false ]
4949
memcached: [ false ]

0 commit comments

Comments
 (0)