Skip to content

Commit

Permalink
chore: test against WP 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Sep 11, 2024
1 parent 61f7908 commit c3e11b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-frogs-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wp-graphql-content-blocks": patch
---

ci: test against WordPress 6.6
4 changes: 2 additions & 2 deletions .github/workflows/test-plugin-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.6'

services:
wordpress:
build:
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)

0 comments on commit c3e11b1

Please sign in to comment.