Skip to content

Commit b943118

Browse files
committed
Post 6.8 branching version update.
Trunk is now `6.9-alpha` Fixes #63164. git-svn-id: https://develop.svn.wordpress.org/trunk@60093 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3cef323 commit b943118

9 files changed

+34
-8
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ jobs:
4545
'test-build-processes.yml'
4646
]
4747
branch: [
48-
'6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
48+
'6.8', '6.7', '6.6', '6.5', '6.4', '6.3', '6.2', '6.1','6.0',
4949
'5.9', '5.8', '5.7', '5.6', '5.5', '5.4', '5.3', '5.2', '5.1', '5.0',
5050
'4.9', '4.8', '4.7', '4.6', '4.5', '4.4', '4.3', '4.2', '4.1'
5151
]
5252
include:
5353
# PHP Compatibility testing was introduced in 5.5.
54+
- branch: '6.8'
55+
workflow: 'php-compatibility.yml'
5456
- branch: '6.7'
5557
workflow: 'php-compatibility.yml'
5658
- branch: '6.6'
@@ -81,6 +83,8 @@ jobs:
8183
# End-to-end testing was introduced in 5.3 but was later removed as there were no meaningful assertions.
8284
# Starting in 5.8 with #52905, some additional tests with real assertions were introduced.
8385
# Branches 5.8 and newer should be tested to confirm no regressions are introduced.
86+
- branch: '6.8'
87+
workflow: 'end-to-end-tests.yml'
8488
- branch: '6.7'
8589
workflow: 'end-to-end-tests.yml'
8690
- branch: '6.6'
@@ -105,6 +109,8 @@ jobs:
105109
# Performance testing was introduced in 6.2 using Puppeteer but was overhauled to use Playwright instead in 6.4.
106110
# Since the workflow frequently failed for 6.2 and 6.3 due to the flaky nature of the Puppeteer tests,
107111
# the workflow was removed from those two branches.
112+
- branch: '6.8'
113+
workflow: 'performance.yml'
108114
- branch: '6.7'
109115
workflow: 'performance.yml'
110116
- branch: '6.6'

.github/workflows/upgrade-develop-testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
db-type: [ 'mysql' ]
6565
db-version: [ '5.7', '8.4' ]
6666
# WordPress 4.9 is the oldest version that supports PHP 7.2.
67-
wp: [ '4.9', '6.5', '6.6', '6.7' ]
67+
wp: [ '4.9', '6.5', '6.7', '6.8' ]
6868
multisite: [ false, true ]
6969

7070
exclude:

.github/workflows/upgrade-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
6767
db-type: [ 'mysql' ]
6868
db-version: [ '5.7', '8.0', '8.4', '9.1' ]
69-
wp: [ '6.6', '6.7' ]
69+
wp: [ '6.7', '6.8' ]
7070
multisite: [ false, true ]
7171

7272
exclude:
@@ -101,7 +101,7 @@ jobs:
101101
php: [ '7.2', '7.4', '8.0', '8.4' ]
102102
db-type: [ 'mysql' ]
103103
db-version: [ '5.7', '8.4' ]
104-
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5' ]
104+
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6' ]
105105
multisite: [ false, true ]
106106

107107
exclude:

.version-support-mysql.json

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"6-9": [
3+
"9.1",
4+
"9.0",
5+
"8.4",
6+
"8.0",
7+
"5.7",
8+
"5.6",
9+
"5.5"
10+
],
211
"6-8": [
312
"9.1",
413
"9.0",

.version-support-php.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"6-9": [
3+
"7.2",
4+
"7.3",
5+
"7.4",
6+
"8.0",
7+
"8.1",
8+
"8.2",
9+
"8.3",
10+
"8.4"
11+
],
212
"6-8": [
313
"7.2",
414
"7.3",

SECURITY.md

+1
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.8.x | Yes |
1314
| 6.7.x | Yes |
1415
| 6.6.x | Yes |
1516
| 6.5.x | Yes |

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WordPress",
3-
"version": "6.8.0",
3+
"version": "6.9.0",
44
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
55
"repository": {
66
"type": "svn",

src/wp-includes/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.8-RC1-60090-src';
19+
$wp_version = '6.9-alpha-60093-src';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)