We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af8891 commit 6a461d5Copy full SHA for 6a461d5
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
# Defines the WordPress and PHP Versions matrix to run tests on.
46
strategy:
47
matrix:
48
- wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
+ wp-versions: [ '6.6-RC3' ] #[ 'latest', '6.1.1' ]
49
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]
50
51
# Steps to install, configure and run tests
0 commit comments