Skip to content

Commit

Permalink
Merge pull request #257 from wp-cli/fix-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 12, 2024
2 parents 5774d7d + 1d0215e commit f7580f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/core-update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Feature: Update WordPress core
When I run `wp post create --post_title='Test post' --porcelain`
Then STDOUT should be a number

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

Expand All @@ -360,7 +360,7 @@ Feature: Update WordPress core
| trunk |
| nightly |

@require-php-7.0
@require-php-7.2
Scenario: Installing latest nightly build should skip cache
Given a WP install

Expand Down

0 comments on commit f7580f9

Please sign in to comment.