Skip to content

Commit

Permalink
Update update-tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Jan 14, 2024
1 parent f8e0114 commit 8163223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-tests
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elif [[ $PHP_VERSION == '7.1' ]]; then
PHP_UNIT='7.5'
elif [[ $PHP_VERSION == '7.2' ]]; then
PHP_UNIT='8.5'
elif [[ $PHP_VERSION == '7.3' || $PHP_VERSION == '7.4' || $PHP_VERSION == '8.0' || $PHP_VERSION == '8.1' || $PHP_VERSION == '8.2' ]]; then
elif [[ $PHP_VERSION == '7.3' || $PHP_VERSION == '7.4' || $PHP_VERSION == '8.0' || $PHP_VERSION == '8.1' || $PHP_VERSION == '8.2' || $PHP_VERSION == '8.3' ]]; then
PHP_UNIT='9.5'
fi

Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Yes, you can!
= 6.0.6 (14.01.2024) =
* Tested with WordPress 6.4.
* Tested with WooCommerce 8.4.
* Tested with PHP 8.3.
* Fixed documentation on ctl_allow filter.

= 6.0.5 (09.10.2023) =
Expand Down

0 comments on commit 8163223

Please sign in to comment.