Skip to content

Commit 8944997

Browse files
committed
Require PHP 7.4+ for trunk tests
1 parent e478db8 commit 8944997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/core-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Feature: Update WordPress core
330330
When I run `wp post create --post_title='Test post' --porcelain`
331331
Then STDOUT should be a number
332332

333-
@require-php-7.2
333+
@require-php-7.4
334334
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
335335
Given a WP install
336336

@@ -350,7 +350,7 @@ Feature: Update WordPress core
350350
| trunk |
351351
| nightly |
352352

353-
@require-php-7.2
353+
@require-php-7.4
354354
Scenario: Installing latest nightly build should skip cache
355355
Given a WP install
356356

0 commit comments

Comments
 (0)