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
+3-17Lines changed: 3 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -63,19 +63,11 @@ 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-image: [ 'mysql:5.7', 'mysql:8.4' ]
68
-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
69
-
wp: [ '4.9', '6.6', '6.7', '6.8' ]
68
+
# WordPress 5.3 is the oldest version that supports PHP 7.4.
69
+
wp: [ '5.3', '6.6', '6.7', '6.8' ]
70
70
multisite: [ false, true ]
71
-
72
-
exclude:
73
-
# 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.
74
-
- php: '7.2'
75
-
db-version: '8.4'
76
-
# WordPress 4.9 does not support PHP 8.4.
77
-
- php: '8.4'
78
-
wp: '4.9'
79
71
with:
80
72
os: ${{ matrix.os }}
81
73
php: ${{ matrix.php }}
@@ -98,14 +90,8 @@ jobs:
98
90
os: [ 'ubuntu-24.04' ]
99
91
php: [ '7.2', '8.4' ]
100
92
db-image: [ 'mysql:8.4' ]
101
-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
102
93
wp: [ '6.7', '6.8' ]
103
94
multisite: [ false, true ]
104
-
105
-
exclude:
106
-
# 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.
78
-
- php: '7.2'
79
-
db-version: '8.4'
80
-
- php: '7.3'
81
-
db-version: '8.4'
82
-
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
83
-
- php: '7.2'
84
-
db-version: '9.4'
85
-
- php: '7.3'
86
-
db-version: '9.4'
87
75
with:
88
76
os: ${{ matrix.os }}
89
77
php: ${{ matrix.php }}
@@ -103,15 +91,10 @@ jobs:
103
91
fail-fast: false
104
92
matrix:
105
93
os: [ 'ubuntu-24.04' ]
106
-
php: [ '7.2', '7.4', '8.0', '8.4' ]
94
+
php: [ '7.4', '8.0', '8.4' ]
107
95
db-image: [ 'mysql:5.7', 'mysql:8.4' ]
108
96
wp: [ '6.0', '6.3', '6.4', '6.5' ]
109
97
multisite: [ false, true ]
110
-
111
-
exclude:
112
-
# 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.
# 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.
201
-
- php: '7.2'
202
-
db-version: '8.4'
203
-
- php: '7.3'
204
-
db-version: '8.4'
205
-
# MySQL 9.0+ will not work on PHP 7.2 & 7.3. See https://core.trac.wordpress.org/ticket/61218.
0 commit comments