We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793a83b commit 839848fCopy full SHA for 839848f
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
fail-fast: false
46
matrix:
47
- wp-versions: [ 'latest' ] #[ '6.1.1', 'latest' ]
+ wp-versions: [ '6.5-RC2' ] #[ '6.1.1', 'latest' ]
48
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] #[ '7.4', '8.0', '8.1' ]
49
50
# Folder names within the 'tests' folder to run tests in parallel.
0 commit comments