Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/six-boats-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/wp-graphql-content-blocks": patch
---

Updated plugin test suite and readme for WordPress 6.8
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.7
WP_VERSION: 6.8
working-directory: ./
run: |
docker compose build \
--build-arg WP_VERSION=6.7 \
--build-arg WP_VERSION=6.8 \
--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.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
wordpress: [ '6.8', '6.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
exclude:
- php: 8.2
wordpress: 6.1
Expand All @@ -28,6 +28,8 @@ jobs:
wordpress: 6.6
- php: 7.4
wordpress: 6.7
- php: 7.4
wordpress: 6.8
fail-fast: false
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion 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.7.1
Tested up to: 6.8.0
Comment thread
colinmurphy marked this conversation as resolved.
Outdated
Stable tag: 4.8.2
Requires PHP: 7.4
License: GPLv2 or later
Expand Down
Loading