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 47b0c0f commit 66014cbCopy full SHA for 66014cb
.github/workflows/phpunit.yaml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
wp-versions: [ '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', 'latest', 'trunk' ]
26
- php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
+ php-versions: ['5.6', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
27
exclude:
28
- wp-versions: '6.3'
29
php-versions: '8.3'
0 commit comments