Skip to content

Commit 3ba9f22

Browse files
committed
undo string change
1 parent 8fef07e commit 3ba9f22

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@ jobs:
3030
{
3131
"include": [
3232
{
33-
"php": 8.4,
33+
"php": "8.4",
3434
"wp": "latest",
3535
"mysql": "mysql-8.0"
3636
},
3737
{
38-
"php": 8.4,
38+
"php": "8.4",
3939
"wp": "latest",
4040
"dbtype": "sqlite"
4141
},
4242
{
43-
"php": 8.4,
43+
"php": "8.4",
4444
"wp": "latest",
4545
"mysql": "mysql-8.0",
4646
"os": "macos-15"
4747
},
4848
{
49-
"php": 8.4,
49+
"php": "8.4",
5050
"wp": "latest",
5151
"dbtype": "sqlite",
5252
"os": "macos-15"
5353
},
5454
{
55-
"php": 8.4,
55+
"php": "8.4",
5656
"wp": "latest",
5757
"mysql": "mysql-8.0",
5858
"os": "windows-2025"
5959
},
6060
{
61-
"php": 8.4,
61+
"php": "8.4",
6262
"wp": "latest",
6363
"dbtype": "sqlite",
6464
"os": "windows-2025"

0 commit comments

Comments
 (0)