Skip to content

Commit 279ae88

Browse files
committed
More updates.
1 parent 16907b7 commit 279ae88

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,11 @@ jobs:
9090
fail-fast: false
9191
matrix:
9292
os: [ 'ubuntu-24.04' ]
93-
php: [ '7.2', '8.4' ]
93+
php: [ '7.4', '8.4' ]
9494
db-type: [ 'mysql' ]
9595
db-version: [ '8.4' ]
96-
# WordPress 4.9 is the oldest version that supports PHP 7.2.
9796
wp: [ '6.7', '6.8' ]
9897
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.
102-
- php: '7.2'
103-
db-version: '8.4'
10498
with:
10599
os: ${{ matrix.os }}
106100
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)