Skip to content

Commit

Permalink
Merge pull request #31 from vektor-inc/env/tested-up-wp-version-6.3
Browse files Browse the repository at this point in the history
WordPress6.3テスト追加
  • Loading branch information
shimotmk authored Aug 21, 2023
2 parents 4db925c + f28dc77 commit 3bc9952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.2','6.1.1']
wp-versions: ['6.3','6.2','6.1.1']
name: PHP Unit test ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test on ${{ matrix.operating-system }}
services:
mysql:
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: vektor-inc,shimotomoki
Donate link:
Tags: Gutenberg,copy & paste,copy & paste patterns
Requires at least: 6.1
Tested up to: 6.2.0
Tested up to: 6.3
Stable tag: 0.1.2.0
Requires PHP: 7.2
License: GPLv2 or later
Expand Down Expand Up @@ -32,6 +32,7 @@ e.g.

== Changelog ==

[ Other ] Update the required WordPress version
[ Specification Change ] Disable HTML editing for blocks with inner blocks, as the blocks are broken.

= 0.1.2 =
Expand Down

0 comments on commit 3bc9952

Please sign in to comment.