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 8430e6a commit b2e5d40Copy full SHA for b2e5d40
1 file changed
.github/workflows/phpunit.yml
@@ -20,19 +20,23 @@ jobs:
20
strategy:
21
matrix:
22
include:
23
- - php_version: '8.1'
+ - php_version: '8.2'
24
wp_version: '6.2'
25
multisite: false
26
27
28
wp_version: 'latest'
29
30
31
32
33
multisite: true
34
35
- - php_version: '8.2'
+ - php_version: '8.4'
36
+ wp_version: 'latest'
37
+ multisite: false
38
+
39
40
41
42
0 commit comments