Skip to content

Commit d953a9e

Browse files
authored
ci: test against WordPress 6.7 (#318)
* ci: test against WP6.7 * ci: exclude PHP7.4+WP6.7 * chore: technically tested up to 6.7.1
1 parent 1c975ec commit d953a9e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.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.6
19+
WP_VERSION: 6.7
2020
working-directory: ./
2121
run: |
2222
docker compose build \
23-
--build-arg WP_VERSION=6.6 \
23+
--build-arg WP_VERSION=6.7 \
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.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
15+
wordpress: [ '6.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ]
1616
exclude:
1717
- php: 8.2
1818
wordpress: 6.1
@@ -26,6 +26,8 @@ jobs:
2626
wordpress: 6.5
2727
- php: 7.4
2828
wordpress: 6.6
29+
- php: 7.4
30+
wordpress: 6.7
2931
fail-fast: false
3032
name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }}
3133
steps:

readme.txt

Lines changed: 2 additions & 2 deletions
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.6.2
5+
Tested up to: 6.7.1
66
Stable tag: 4.3.1
77
Requires PHP: 7.4
88
License: GPLv2 or later
@@ -75,4 +75,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
7575
- 89b6c60: tests: lint and format PHPUnit tests
7676
- 65f0c2d: Update @since @todo tags and @todo placeholders in \_deprecated_function calls
7777

78-
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
78+
[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)

0 commit comments

Comments
 (0)