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
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,11 @@ jobs:
90
90
fail-fast: false
91
91
matrix:
92
92
os: [ 'ubuntu-24.04' ]
93
-
php: [ '7.2', '8.4' ]
93
+
php: [ '7.4', '8.4' ]
94
94
db-type: [ 'mysql' ]
95
95
db-version: [ '8.4' ]
96
-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
97
96
wp: [ '6.7', '6.8' ]
98
97
multisite: [ false, true ]
99
-
100
-
exclude:
101
-
# 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.
0 commit comments