Skip to content

Commit bf77481

Browse files
Updated plugin test suite and readme for WordPress 6.8 (#369)
* Updated plugin test suite and readme for WordPress 6.8 * Added Changeset * Removing exclusion of 7.4 testing for WP 6.8 * Excluding 6.8 from PHP 7.4 due to existing issue. * Update readme.txt Co-authored-by: Dovid Levine <[email protected]> --------- Co-authored-by: Dovid Levine <[email protected]>
1 parent 8517dea commit bf77481

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.changeset/six-boats-exercise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@wpengine/wp-graphql-content-blocks": patch
3+
---
4+
5+
Updated plugin test suite and readme for WordPress 6.8

.github/workflows/test-plugin-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Create Docker Containers
1717
env:
1818
PHP_VERSION: 8.2
19-
WP_VERSION: 6.7
19+
WP_VERSION: 6.8
2020
working-directory: ./
2121
run: |
2222
docker compose build \
23-
--build-arg WP_VERSION=6.7 \
23+
--build-arg WP_VERSION=6.8 \
2424
--build-arg PHP_VERSION=8.2
2525
docker compose up -d
2626

.github/workflows/test-plugin.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: [ '8.2', '7.4' ]
15-
wordpress: [ '6.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
15+
wordpress: [ '6.8', '6.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
1616
exclude:
1717
- php: 8.2
1818
wordpress: 6.1
@@ -28,6 +28,8 @@ jobs:
2828
wordpress: 6.6
2929
- php: 7.4
3030
wordpress: 6.7
31+
- php: 7.4
32+
wordpress: 6.8
3133
fail-fast: false
3234
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
3335
steps:

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble, thdespou, wpengine
33
Tags: faustjs, faust, headless, decoupled, gutenberg
44
Requires at least: 5.7
5-
Tested up to: 6.7.1
5+
Tested up to: 6.8
66
Stable tag: 4.8.2
77
Requires PHP: 7.4
88
License: GPLv2 or later

0 commit comments

Comments
 (0)