Skip to content

Commit 6a461d5

Browse files
committed
Run tests against WordPress 6.6 RC3
1 parent 2af8891 commit 6a461d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Defines the WordPress and PHP Versions matrix to run tests on.
4646
strategy:
4747
matrix:
48-
wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
48+
wp-versions: [ '6.6-RC3' ] #[ 'latest', '6.1.1' ]
4949
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]
5050

5151
# Steps to install, configure and run tests

0 commit comments

Comments
 (0)