Skip to content

Commit

Permalink
update test version
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Aug 19, 2024
1 parent 4b29d55 commit 12b90fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
wp-versions: ['6.3', '6.4', '6.5']
wp-versions: ['6.4', '6.5', '6.6']
name: PHP Unit Test on PHP ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.1']
wp-versions: ['6.5']
wp-versions: ['6.6']
name: PHP Unit Test on PHP ${{ matrix.php-versions }} / WP ${{ matrix.wp-versions }} Test
services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: vektor-inc,kurudrive,dswebstudio,bizvektor,nc30,catherine8007
Donate link:
Tags: redirection,link,recent posts,list,page,post
Requires at least: 5.3
Tested up to: 6.5
Tested up to: 6.6
Stable tag: 1.7.5.1
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 12b90fd

Please sign in to comment.