Skip to content

Commit 84c33fa

Browse files
committed
Fix errant comma after #125
1 parent f8c404b commit 84c33fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ jobs:
195195
"dbtype": "sqlite"
196196
},
197197
{
198-
"php": "8,3",
198+
"php": "8.3",
199199
"wp": "latest",
200200
"mysql": "mariadb-11.4"
201201
},
202202
{
203-
"php": "8,3",
203+
"php": "8.3",
204204
"wp": "trunk",
205205
"mysql": "mariadb-11.4"
206206
}

0 commit comments

Comments
 (0)