Skip to content

Commit 3ca90e1

Browse files
authored
Update workflows and readme with 6.7 changes (#2622)
1 parent f3ee129 commit 3ca90e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
wp: # Test against Prev-Prev Major, Prev-Major, and current Major release versions.
25-
- "6.4"
2625
- "6.5"
2726
- "6.6"
27+
- "6.7"
2828
theme:
2929
- "https://downloads.wordpress.org/theme/go.zip"
3030
- "" # Default theme is TwentyTwentyThree

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
php: ['7.4','8.3']
15-
wp: ['6.6']
15+
wp: ['6.7']
1616
name: PHP Unit ${{ matrix.php }} | WP Version ${{ matrix.wp }}
1717
uses: ./.github/workflows/test-php-unit.yml
1818
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "CoBlocks",
44
"description": "CoBlocks is a suite of professional page building blocks for the WordPress Gutenberg block editor.",
55
"version": "3.1.13",
6-
"tested_up_to": "6.6",
6+
"tested_up_to": "6.7",
77
"requires_at_least": "6.3",
88
"author": "GoDaddy",
99
"license": "GPL-2.0",

0 commit comments

Comments
 (0)