Skip to content

Commit 7097d5d

Browse files
committed
Build/Test Tools: Trim the 6.3 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.3@61804 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7d8ebc9 commit 7097d5d

7 files changed

Lines changed: 3 additions & 794 deletions

.github/workflows/end-to-end-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
LOCAL_SCRIPT_DEBUG: [ true, false ]
4848
with:
4949
LOCAL_SCRIPT_DEBUG: ${{ matrix.LOCAL_SCRIPT_DEBUG }}
50+
php-version: '8.2'
5051
install-gutenberg: false
5152
install-playwright: false
5253

.github/workflows/failed-workflow.yml

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

.github/workflows/phpunit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
os: [ ubuntu-latest ]
48-
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
48+
# Test highest and lowest supported version of each major.
49+
php: [ '7.0', '7.4', '8.0', '8.2' ]
4950
db-type: [ 'mysql' ]
5051
db-version: [ '5.7' ]
5152
multisite: [ false, true ]

.github/workflows/slack-notifications.yml

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

0 commit comments

Comments
 (0)