Skip to content

Commit 09b106c

Browse files
committed
Build/Test Tools: Trim the 6.0 workflows.
This removes reusable workflows that are no longer referenced in the branch, and trims the unit testing matrix to the highest and lowest supported version of each major PHP branch and database version. Props desrosj, johnbillion See #64083 git-svn-id: https://develop.svn.wordpress.org/branches/6.0@61810 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e2d88c9 commit 09b106c

4 files changed

Lines changed: 1 addition & 519 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os: [ ubuntu-latest ]
49-
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
49+
php: [ '5.6', '7.0', '7.4', '8.0', '8.1' ]
5050
db-type: [ 'mysql' ]
5151
db-version: [ '5.7' ]
5252
multisite: [ false, true ]

.github/workflows/slack-notifications.yml

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)