Skip to content

Commit 38d0581

Browse files
committed
Build/Test Tools: Trim the 5.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/5.9@61811 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4923bdf commit 38d0581

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.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
48+
php: [ '5.6', '7.0', '7.4', '8.0', '8.1' ]
4949
db-type: [ 'mysql' ]
5050
db-version: [ '5.7' ]
5151
multisite: [ false, true ]

0 commit comments

Comments
 (0)