From 2871f96f4dada5b64ba4c6644065f13ffae7d1f7 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 7 May 2025 14:09:26 +0200 Subject: [PATCH 1/3] Require PHP 7.2.24+ --- phpcs.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index a3b80cb..ecad53a 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -43,6 +43,6 @@ - + From f4846fc0f4f7fcba9aa6b769969d0fc194c649f1 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 12 May 2025 21:48:54 +0200 Subject: [PATCH 2/3] Fix indentation --- features/check-plugin-update.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/check-plugin-update.feature b/features/check-plugin-update.feature index 124a596..2daf91d 100644 --- a/features/check-plugin-update.feature +++ b/features/check-plugin-update.feature @@ -10,7 +10,7 @@ Feature: Check whether plugins are up to date Scenario: Plugins are up to date Given a WP install - # Akismet requires a newer WordPress version, but we don't really need it here. + # Akismet requires a newer WordPress version, but we don't really need it here. And I run `wp plugin uninstall akismet` And I run `wp plugin update --all` From 2ee7f7b1a2a15e33ddf150f2c7c6a9158d9a12fa Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 12 May 2025 22:04:45 +0200 Subject: [PATCH 3/3] Fix matrix --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e60493e..bf67592 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,5 +13,3 @@ on: jobs: test: uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main - with: - minimum-wp: '4.8'