Skip to content

Commit

Permalink
Update workflows and readme with 6.7 changes (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman authored Nov 13, 2024
1 parent f3ee129 commit 3ca90e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3ca90e1

Please sign in to comment.