Skip to content

Commit 442141f

Browse files
committed
Exclude PHP 8.x for WP 4.7.
1 parent 9a54219 commit 442141f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upgrade-testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,8 @@ jobs:
358358
db-version: '9.6'
359359
- php: '7.3'
360360
db-version: '9.6'
361+
- php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
362+
wp: '4.7'
361363
with:
362364
os: ${{ matrix.os }}
363365
php: ${{ matrix.php }}

0 commit comments

Comments
 (0)