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.
1 parent 460eca0 commit 1b1e8baCopy full SHA for 1b1e8ba
1 file changed
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
fail-fast: false
48
matrix:
49
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' ]
+ php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] #[ '7.4', '8.0', '8.1', '8.2' ]
51
52
# Steps to install, configure and run tests
53
steps:
0 commit comments