From 9d52af1d7cf0f7c43aad9ef5c13dae5d3ab46f0a Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 9 Aug 2023 09:00:23 +0200 Subject: [PATCH] Only run tests on PHP 7.0+ Updating to latest WP release is now only possible on PHP 7.0+ due to the new minimum requirement --- features/core-update.feature | 2 +- features/core.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/core-update.feature b/features/core-update.feature index 0355b790..8c4e650f 100644 --- a/features/core-update.feature +++ b/features/core-update.feature @@ -125,7 +125,7 @@ Feature: Update WordPress core Downloading """ - @require-php-5.6 + @require-php-7.0 Scenario: Don't run update when up-to-date Given a WP install And I run `wp core update` diff --git a/features/core.feature b/features/core.feature index 22ac4dda..c08c217e 100644 --- a/features/core.feature +++ b/features/core.feature @@ -301,7 +301,7 @@ Feature: Manage WordPress installation """ And the return code should be 1 - @require-php-5.6 + @require-php-7.0 Scenario: Install WordPress in a subdirectory Given an empty directory And a wp-config.php file: