Skip to content

Commit e9194ff

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents 8d22300 + d3ea5c2 commit e9194ff

90 files changed

Lines changed: 4909 additions & 1235 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ jobs:
3434
'test-npm.yml'
3535
]
3636
branch: [
37-
'6.2', '6.1','6.0',
37+
'6.3', '6.2', '6.1','6.0',
3838
'5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
3939
'4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
4040
]
4141
include:
4242
# PHP Compatibility testing was introduced in 5.5.
43+
- branch: '6.3'
44+
workflow: 'php-compatibility.yml'
4345
- branch: '6.2'
4446
workflow: 'php-compatibility.yml'
4547
- branch: '6.1'
@@ -60,6 +62,8 @@ jobs:
6062
# End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
6163
# Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
6264
# Branches 5.8 and newer should be tested to confirm no regressions are introduced.
65+
- branch: '6.3'
66+
workflow: 'end-to-end-tests.yml'
6367
- branch: '6.2'
6468
workflow: 'end-to-end-tests.yml'
6569
- branch: '6.1'
@@ -72,14 +76,16 @@ jobs:
7276
workflow: 'end-to-end-tests.yml'
7377

7478
# Performance testing was introduced in 6.2.
79+
- branch: '6.3'
80+
workflow: 'performance.yml'
7581
- branch: '6.2'
7682
workflow: 'performance.yml'
7783

7884
# Run all branches monthly, but only the currently supported one twice per month.
7985
steps:
8086
- name: Dispatch workflow run
8187
uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975 # v6.4.0
82-
if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.2' }}
88+
if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.3' }}
8389
with:
8490
retries: 2
8591
retry-exempt-status-codes: 418

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+
| 6.3.x | Yes |
1314
| 6.2.x | Yes |
1415
| 6.1.x | Yes |
1516
| 6.0.x | Yes |

0 commit comments

Comments
 (0)