We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest
1 parent 20d7fd5 commit e562ef2Copy full SHA for e562ef2
1 file changed
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
strategy:
47
fail-fast: false
48
matrix:
49
- wp-versions: [ '6.7-RC4' ] #[ 'latest', '6.1.1' ]
+ wp-versions: [ 'latest' ] #[ 'latest', '6.1.1' ]
50
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1', '8.2' ]
51
52
# Steps to install, configure and run tests
0 commit comments