Skip to content

Commit f7580f9

Browse files
authored
Merge pull request #257 from wp-cli/fix-tests
2 parents 5774d7d + 1d0215e commit f7580f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/core-update.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Feature: Update WordPress core
340340
When I run `wp post create --post_title='Test post' --porcelain`
341341
Then STDOUT should be a number
342342

343-
@require-php-7.0
343+
@require-php-7.2
344344
Scenario Outline: Use `--version=(nightly|trunk)` to update to the latest nightly version
345345
Given a WP install
346346

@@ -360,7 +360,7 @@ Feature: Update WordPress core
360360
| trunk |
361361
| nightly |
362362

363-
@require-php-7.0
363+
@require-php-7.2
364364
Scenario: Installing latest nightly build should skip cache
365365
Given a WP install
366366

0 commit comments

Comments
 (0)