Skip to content

Commit be54e7d

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

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
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ ubuntu-latest ]
48-
php: [ '5.3', '5.4', '5.5' ]
48+
php: [ '5.3' ]
4949
split_slow: [ false, true ]
5050
multisite: [ false, true ]
5151
memcached: [ false ]

0 commit comments

Comments
 (0)