Skip to content

Commit eaebdba

Browse files
committed
Build/Test Tools: Post-branching updates for trunk.
Reviewed by SergeyBiryukov. See #64966. git-svn-id: https://develop.svn.wordpress.org/trunk@62160 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 003664e commit eaebdba

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
permissions: {}
2626

2727
env:
28-
CURRENTLY_SUPPORTED_BRANCH: '6.9'
28+
CURRENTLY_SUPPORTED_BRANCH: '7.0'
2929

3030
jobs:
3131
dispatch-workflows-for-old-branches:
@@ -45,12 +45,15 @@ jobs:
4545
'test-build-processes.yml'
4646
]
4747
branch: [
48+
'7.0',
4849
'6.9', '6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
4950
'5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
5051
'4.9', '4.8', '4.7'
5152
]
5253
include:
5354
# PHP Compatibility testing was introduced in 5.5.
55+
- branch: '7.0'
56+
workflow: 'php-compatibility.yml'
5457
- branch: '6.9'
5558
workflow: 'php-compatibility.yml'
5659
- branch: '6.8'
@@ -85,6 +88,8 @@ jobs:
8588
# End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
8689
# Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
8790
# Branches 5.8 and newer should be tested to confirm no regressions are introduced.
91+
- branch: '7.0'
92+
workflow: 'end-to-end-tests.yml'
8893
- branch: '6.9'
8994
workflow: 'end-to-end-tests.yml'
9095
- branch: '6.8'
@@ -113,9 +118,9 @@ jobs:
113118
# Performance testing was introduced in 6.2 using Puppeteer but was overhauled to use Playwright instead in 6.4.
114119
# Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
115120
# the workflow was removed from those two branches.
116-
- branch: '6.9'
121+
- branch: '7.0'
117122
workflow: 'performance.yml'
118-
- branch: '6.8'
123+
- branch: '6.9'
119124
workflow: 'performance.yml'
120125

121126
# Run all branches monthly, but only the currently supported one twice per month.

.version-support-mysql.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2+
"7-1": [
3+
"9.6",
4+
"9.5",
5+
"9.4",
6+
"9.3",
7+
"9.2",
8+
"9.1",
9+
"9.0",
10+
"8.4",
11+
"8.0",
12+
"5.7",
13+
"5.6",
14+
"5.5"
15+
],
216
"7-0": [
317
"9.6",
418
"9.5",

.version-support-php.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"7-1": [
3+
"7.4",
4+
"8.0",
5+
"8.1",
6+
"8.2",
7+
"8.3",
8+
"8.4",
9+
"8.5"
10+
],
211
"7-0": [
312
"7.4",
413
"8.0",

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Full details of the WordPress Security Policy and the list of covered projects a
1010

1111
| Version | Supported |
1212
|---------| --------- |
13+
| 7.0.x | Yes |
1314
| 6.9.x | Yes |
1415
| 6.8.x | Yes |
1516
| 6.7.x | Yes |

0 commit comments

Comments
 (0)