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 9b9bb51 commit a9129f4Copy full SHA for a9129f4
.github/workflows/phpunit.yml
@@ -15,7 +15,7 @@ jobs:
15
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
16
strategy:
17
matrix:
18
- php-versions: ['5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
+ php-versions: ['5.6', '7.0', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
19
include:
20
- wp-version: latest
21
- wp-version: '6.2'
0 commit comments