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.
2 parents 8606aaf + f4ce845 commit cf6584fCopy full SHA for cf6584f
3 files 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