Skip to content

Commit

Permalink
Update trunk test to require PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Apr 12, 2024
1 parent dcac4c3 commit 1d0215e
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 1d0215e

Please sign in to comment.