Skip to content

Commit 61c6af4

Browse files
committed
Build/Test Tools: Trim the 6.1 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.1@61806 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0062cc8 commit 61c6af4

5 files changed

Lines changed: 2 additions & 562 deletions

File tree

.github/workflows/failed-workflow.yml

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

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ 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', '8.2' ]
49+
# Test highest and lowest supported version of each major.
50+
php: [ '5.6', '7.0', '7.4', '8.0', '8.2' ]
5051
db-type: [ 'mysql' ]
5152
db-version: [ '5.7' ]
5253
multisite: [ false, true ]

.github/workflows/slack-notifications.yml

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

0 commit comments

Comments
 (0)