From 7df6eacf30eb1acc03663b7c9cea740e62c4c7a6 Mon Sep 17 00:00:00 2001 From: Dovid Levine Date: Mon, 21 Oct 2024 00:37:31 +0300 Subject: [PATCH] chore: bump minimum PHP version --- .github/workflows/integration-testing.yml | 10 +--------- .phpcs.xml.dist | 2 +- CHANGELOG.md | 1 + README.md | 2 +- package.json | 2 +- readme.txt | 2 +- tests/_data/config.php | 5 ----- wp-graphql-headless-login.php | 2 +- 8 files changed, 7 insertions(+), 19 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index ff16bc0c..405dd607 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -29,20 +29,12 @@ jobs: strategy: matrix: php: ["8.2", "8.1", "8.0"] - wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0" ] + wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2"] include: - php: "8.2" wordpress: "6.6" coverage: 1 - # Test old versions against PHP 8.0 - - php: "7.4" - wordpress: "6.1" - - php: "7.4" - wordpress: "6.0" exclude: - # Old WP versions that dont support newer PHP versions - - php: "8.2" - wordpress: "6.0" # New WP versions that dont support older PHP versions - php: "8.0" wordpress: "6.6" diff --git a/.phpcs.xml.dist b/.phpcs.xml.dist index 4162b899..2dcfe3d0 100644 --- a/.phpcs.xml.dist +++ b/.phpcs.xml.dist @@ -40,7 +40,7 @@ Tests for WordPress version compatibility. https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties --> - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 07697dc7..1eeaed48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - feat!: Refactor Settings handling and storage. - feat: Refactor admin package. - feat: Add Upgrader class for handling plugin upgrades. +- chore!: Bump minimum WordPress version to 6.2. - chore!: Remove `vendor`, `vendor-prefixed`, and `build` directories from the repository. - chore: Update Composer dependencies. - chore: Update NPM dependencies. diff --git a/README.md b/README.md index 76bf92be..a22a0e5f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This plugin is inspired by and aims to replace