From 1d0215e5d6725dbe3c39a4818d8f141374603a57 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 12 Apr 2024 11:21:48 +0200 Subject: [PATCH] Update trunk test to require PHP 7.2 --- features/core-update.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/core-update.feature b/features/core-update.feature index 3f50c6ad..ebff34a2 100644 --- a/features/core-update.feature +++ b/features/core-update.feature @@ -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 @@ -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