diff --git a/.github/workflows/test-plugin-nightly.yml b/.github/workflows/test-plugin-nightly.yml index e0ac32af..b0d14668 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.6 + WP_VERSION: 6.7 working-directory: ./ run: | docker compose build \ - --build-arg WP_VERSION=6.6 \ + --build-arg WP_VERSION=6.7 \ --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 882494b5..8eb501de 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.6','6.5', '6.4', '6.3', '6.2', '6.1' ] + wordpress: [ '6.7', '6.6','6.5', '6.4', '6.3', '6.2', '6.1' ] exclude: - php: 8.2 wordpress: 6.1 @@ -26,6 +26,8 @@ jobs: wordpress: 6.5 - php: 7.4 wordpress: 6.6 + - php: 7.4 + wordpress: 6.7 fail-fast: false name: WordPress ${{ matrix.wordpress }}, PHP ${{ matrix.php }} steps: diff --git a/readme.txt b/readme.txt index 410820e2..7c8ce690 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.6.2 +Tested up to: 6.7.1 Stable tag: 4.3.1 Requires PHP: 7.4 License: GPLv2 or later @@ -75,4 +75,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data. - 89b6c60: tests: lint and format PHPUnit tests - 65f0c2d: Update @since @todo tags and @todo placeholders in \_deprecated_function calls -[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)