You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/upgrade-develop-testing.yml
+4-18Lines changed: 4 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,12 @@ jobs:
63
63
fail-fast: false
64
64
matrix:
65
65
os: [ 'ubuntu-24.04' ]
66
-
php: [ '7.2', '8.4' ]
66
+
php: [ '7.4', '8.4' ]
67
67
db-type: [ 'mysql' ]
68
68
db-version: [ '5.7', '8.4' ]
69
-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
70
-
wp: [ '4.9', '6.7', '6.8', '6.9-RC1' ]
69
+
# WordPress 5.3 is the oldest version that supports PHP 7.4.
70
+
wp: [ '5.3', '6.7', '6.8', '6.9-RC1' ]
71
71
multisite: [ false, true ]
72
-
73
-
exclude:
74
-
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
75
-
- php: '7.2'
76
-
db-version: '8.4'
77
-
# WordPress 4.9 does not support PHP 8.4.
78
-
- php: '8.4'
79
-
wp: '4.9'
80
72
with:
81
73
os: ${{ matrix.os }}
82
74
php: ${{ matrix.php }}
@@ -98,17 +90,11 @@ jobs:
98
90
fail-fast: false
99
91
matrix:
100
92
os: [ 'ubuntu-24.04' ]
101
-
php: [ '7.2', '8.4' ]
93
+
php: [ '7.4', '8.4' ]
102
94
db-type: [ 'mysql' ]
103
95
db-version: [ '8.4' ]
104
-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
105
96
wp: [ '6.7', '6.8' ]
106
97
multisite: [ false, true ]
107
-
108
-
exclude:
109
-
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
79
-
- php: '7.2'
80
-
db-version: '8.4'
81
-
- php: '7.3'
82
-
db-version: '8.4'
83
-
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
84
-
- php: '7.2'
85
-
db-version: '9.5'
86
-
- php: '7.3'
87
-
db-version: '9.5'
88
76
with:
89
77
os: ${{ matrix.os }}
90
78
php: ${{ matrix.php }}
@@ -105,16 +93,11 @@ jobs:
105
93
fail-fast: false
106
94
matrix:
107
95
os: [ 'ubuntu-24.04' ]
108
-
php: [ '7.2', '7.4', '8.0', '8.4' ]
96
+
php: [ '7.4', '8.0', '8.4' ]
109
97
db-type: [ 'mysql' ]
110
98
db-version: [ '5.7', '8.4' ]
111
99
wp: [ '6.0', '6.3', '6.4', '6.5' ]
112
100
multisite: [ false, true ]
113
-
114
-
exclude:
115
-
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
146
-
- php: '7.2'
147
-
db-version: '8.4'
148
126
with:
149
127
os: ${{ matrix.os }}
150
128
php: ${{ matrix.php }}
@@ -199,23 +177,11 @@ jobs:
199
177
fail-fast: false
200
178
matrix:
201
179
os: [ 'ubuntu-24.04' ]
202
-
php: [ '7.2', '7.3', '7.4' ]
180
+
php: [ '7.4' ]
203
181
db-type: [ 'mysql' ]
204
182
db-version: [ '5.7', '8.0', '8.4', '9.5' ]
205
183
wp: [ '4.7' ]
206
184
multisite: [ false, true ]
207
-
208
-
exclude:
209
-
# The PHP <= 7.3/MySQL 8.4 jobs currently fail due to mysql_native_password being disabled by default. See https://core.trac.wordpress.org/ticket/61218.
210
-
- php: '7.2'
211
-
db-version: '8.4'
212
-
- php: '7.3'
213
-
db-version: '8.4'
214
-
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
0 commit comments