Skip to content

Commit f6bd033

Browse files
committed
Build/Test Tools: Trim the 4.9 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/4.9@61821 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6358b98 commit f6bd033

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 13 deletions
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 ]
@@ -77,18 +77,6 @@ jobs:
7777
memcached: false
7878
multisite: true
7979
split_slow: false
80-
- php: '7.1'
81-
phpunit: '6-php-7.1'
82-
os: ubuntu-latest
83-
memcached: false
84-
multisite: false
85-
split_slow: false
86-
- php: '7.1'
87-
phpunit: '6-php-7.1'
88-
os: ubuntu-latest
89-
memcached: false
90-
multisite: true
91-
split_slow: false
9280
- php: '7.0'
9381
phpunit: '6-php-7.0'
9482
os: ubuntu-latest

0 commit comments

Comments
 (0)