From d2f579f3771470fcfb21b0d84d45f4dc634745c2 Mon Sep 17 00:00:00 2001 From: Dovid Levine Date: Fri, 6 Dec 2024 23:40:37 +0200 Subject: [PATCH] ci: test against WP 6.7 --- .github/workflows/integration-testing.yml | 6 ++++-- CHANGELOG.md | 1 + bin/build-docker.sh | 6 +++--- readme.txt | 2 +- wp-graphql-headless-login.php | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 405dd607..580a590f 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -29,13 +29,15 @@ jobs: strategy: matrix: php: ["8.2", "8.1", "8.0"] - wordpress: ["6.6", "6.5", "6.4", "6.3", "6.2"] + wordpress: ["6.7", "6.6", "6.5", "6.4", "6.3", "6.2"] include: - php: "8.2" - wordpress: "6.6" + wordpress: "6.7" coverage: 1 exclude: # New WP versions that dont support older PHP versions + - php: "8.0" + wordpress: "6.7" - php: "8.0" wordpress: "6.6" - php: "8.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eeaed48..b0e42369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +- ci: Test compatibility with WordPress 6.7.1. - feat!: Refactor Settings handling and storage. - feat: Refactor admin package. - feat: Add Upgrader class for handling plugin upgrades. diff --git a/bin/build-docker.sh b/bin/build-docker.sh index 47d52093..6bf81f40 100644 --- a/bin/build-docker.sh +++ b/bin/build-docker.sh @@ -14,9 +14,9 @@ print_usage_instructions() { echo "Example use:" echo " npm run docker:build" echo "" - echo " WP_VERSION=6.6 PHP_VERSION=8.2 npm run docker:build -- - c" + echo " WP_VERSION=6.7 PHP_VERSION=8.2 npm run docker:build -- - c" echo "" - echo " WP_VERSION=6.6 PHP_VERSION=8.2 bin/build-docker.sh -- c" + echo " WP_VERSION=6.7S PHP_VERSION=8.2 bin/build-docker.sh -- c" exit 1 } @@ -50,7 +50,7 @@ done TAG=${TAG:-latest} -WP_VERSION=${WP_VERSION:-6.6} +WP_VERSION=${WP_VERSION:-6.7} PHP_VERSION=${PHP_VERSION:-8.2} BUILD_NO_CACHE=${BUILD_NO_CACHE:-} diff --git a/readme.txt b/readme.txt index ff9c5e85..c3b7177c 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: axepress, justlevine Tags: GraphQL, Gatsby, Headless, WPGraphQL, React, Rest, SSO, Social Login, OAuth, OAuth2, SAML, Authentication, JWT, Login, OpenID Requires at least: 6.2 -Tested up to: 6.6.2 +Tested up to: 6.7.1 Requires PHP: 7.4 Requires WPGraphQL: 1.14.0 Stable tag: 0.3.1 diff --git a/wp-graphql-headless-login.php b/wp-graphql-headless-login.php index 5ca75d9b..3ba3e348 100644 --- a/wp-graphql-headless-login.php +++ b/wp-graphql-headless-login.php @@ -11,7 +11,7 @@ * Text Domain: wp-graphql-headless-login * Domain Path: /languages * Requires at least: 6.2 - * Tested up to: 6.6.2 + * Tested up to: 6.7.1 * Requires PHP: 7.4 * Requires Plugins: wp-graphql * WPGraphQL requires at least: 1.14.0