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 8fef07e commit 3ba9f22Copy full SHA for 3ba9f22
.github/workflows/testing.yml
@@ -30,35 +30,35 @@ jobs:
30
{
31
"include": [
32
33
- "php": 8.4,
+ "php": "8.4",
34
"wp": "latest",
35
"mysql": "mysql-8.0"
36
},
37
38
39
40
"dbtype": "sqlite"
41
42
43
44
45
"mysql": "mysql-8.0",
46
"os": "macos-15"
47
48
49
50
51
"dbtype": "sqlite",
52
53
54
55
56
57
58
"os": "windows-2025"
59
60
61
62
63
64
0 commit comments