Skip to content

Commit 3b552d8

Browse files
committed
Build/Test Tools: Trim the 5.0 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.0@61820 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9b10bbf commit 3b552d8

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 25 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,30 +77,6 @@ jobs:
7777
memcached: false
7878
split_slow: false
7979
multisite: true
80-
- php: '7.2'
81-
phpunit: '6-php-7.2'
82-
os: ubuntu-latest
83-
memcached: false
84-
split_slow: false
85-
multisite: false
86-
- php: '7.2'
87-
phpunit: '6-php-7.2'
88-
os: ubuntu-latest
89-
memcached: false
90-
split_slow: false
91-
multisite: true
92-
- php: '7.1'
93-
phpunit: '6-php-7.1'
94-
os: ubuntu-latest
95-
memcached: false
96-
split_slow: false
97-
multisite: false
98-
- php: '7.1'
99-
phpunit: '6-php-7.1'
100-
os: ubuntu-latest
101-
memcached: false
102-
split_slow: false
103-
multisite: true
10480
- php: '7.0'
10581
phpunit: '6-php-7.0'
10682
os: ubuntu-latest

0 commit comments

Comments
 (0)