diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index ba65fa7e6b7..185ede7d491 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -22,9 +22,9 @@ jobs: fail-fast: false matrix: wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions. - - "6.4" - "6.5" - "6.6" + - "6.7" theme: - "https://downloads.wordpress.org/theme/go.zip" - "" # Default theme is TwentyTwentyThree diff --git a/.github/workflows/test-php.yml b/.github/workflows/test-php.yml index b761b29e1d9..6d1fa2698b2 100644 --- a/.github/workflows/test-php.yml +++ b/.github/workflows/test-php.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: php: ['7.4','8.3'] - wp: ['6.6'] + wp: ['6.7'] name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }} uses: ./.github/workflows/test-php-unit.yml with: diff --git a/package.json b/package.json index 1e4a6fbb585..b0e86296365 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "CoBlocks", "description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.", "version": "3.1.13", - "tested_up_to": "6.6", + "tested_up_to": "6.7", "requires_at_least": "6.3", "author": "GoDaddy", "license": "GPL-2.0",