From c3e11b1e9375f21323299f1c19c5ca9b7b5cccc4 Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 11 Sep 2024 12:52:25 +0300 Subject: [PATCH] chore: test against WP 6.6 --- .changeset/light-frogs-grow.md | 5 +++++ .github/workflows/test-plugin-nightly.yml | 4 ++-- .github/workflows/test-plugin.yml | 4 +++- docker-compose.yml | 2 -- readme.txt | 4 ++-- 5 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 .changeset/light-frogs-grow.md diff --git a/.changeset/light-frogs-grow.md b/.changeset/light-frogs-grow.md new file mode 100644 index 00000000..0aaf2931 --- /dev/null +++ b/.changeset/light-frogs-grow.md @@ -0,0 +1,5 @@ +--- +"@wpengine/wp-graphql-content-blocks": patch +--- + +ci: test against WordPress 6.6 diff --git a/.github/workflows/test-plugin-nightly.yml b/.github/workflows/test-plugin-nightly.yml index 83514ace..e0ac32af 100644 --- a/.github/workflows/test-plugin-nightly.yml +++ b/.github/workflows/test-plugin-nightly.yml @@ -16,11 +16,11 @@ jobs: - name: Create Docker Containers env: PHP_VERSION: 8.2 - WP_VERSION: 6.5 + WP_VERSION: 6.6 working-directory: ./ run: | docker compose build \ - --build-arg WP_VERSION=6.5 \ + --build-arg WP_VERSION=6.6 \ --build-arg PHP_VERSION=8.2 docker compose up -d diff --git a/.github/workflows/test-plugin.yml b/.github/workflows/test-plugin.yml index 177df97a..882494b5 100644 --- a/.github/workflows/test-plugin.yml +++ b/.github/workflows/test-plugin.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php: [ '8.2', '7.4' ] - wordpress: [ '6.5', '6.4', '6.3', '6.2', '6.1' ] + wordpress: [ '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ] exclude: - php: 8.2 wordpress: 6.1 @@ -24,6 +24,8 @@ jobs: wordpress: 6.4 - php: 7.4 wordpress: 6.5 + - php: 7.4 + wordpress: 6.6 fail-fast: false name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }} steps: diff --git a/docker-compose.yml b/docker-compose.yml index f469abd6..88664422 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.6' - services: wordpress: build: diff --git a/readme.txt b/readme.txt index 62b38473..02c695c1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble, thdespou, wpengine Tags: faustjs, faust, headless, decoupled, gutenberg Requires at least: 5.7 -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 4.1.0 Requires PHP: 7.4 License: GPLv2 or later @@ -80,4 +80,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. - ad03a21: fix: Don't register `NodeWithEditorBlocks` interface to `null` type names. - 43791db: chore: update PHPStan ruleset for stricter linting, and address newly-discovered tech debt. -[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md) \ No newline at end of file +[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)