Skip to content

Commit ac587db

Browse files
committed
Build/Test tools: Remove 3.7-4.0 branches from scheduled test runs.
We're gonna teach 'em how to say goodbye (teach 'em how to say goodbye) Teach 'em how To say goodbye To say goodbye (say goodbye) Say goodbye (say goodbye) One last time Fixes #57228. git-svn-id: https://develop.svn.wordpress.org/trunk@54995 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9d6a0a3 commit ac587db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test-old-branches.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
branch: [
3131
'6.1','6.0',
3232
'5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
33-
'4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1', '4.0',
34-
'3.9', '3.8', '3.7'
33+
'4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
3534
]
3635
include:
3736
# PHP Compatibility testing was introduced in 5.5.
@@ -61,12 +60,6 @@ jobs:
6160
workflow: 'end-to-end-tests.yml'
6261
- branch: '5.8'
6362
workflow: 'end-to-end-tests.yml'
64-
exclude:
65-
# Coding standards and JavaScript testing did not take place in 3.7.
66-
- branch: '3.7'
67-
workflow: 'coding-standards.yml'
68-
- branch: '3.7'
69-
workflow: 'javascript-tests.yml'
7063

7164
# Run all branches monthly, but only the currently supported one twice per month.
7265
steps:

0 commit comments

Comments
 (0)