Skip to content

Commit 53d4313

Browse files
committed
Add PHP 8.5 to matrix
`nightly` now refers to PHP 8.6. Fixes #150
1 parent 61811fb commit 53d4313

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/reusable-testing.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,16 @@ jobs:
198198
"wp": "trunk",
199199
"dbtype": "sqlite"
200200
},
201+
{
202+
"php": "8.5",
203+
"wp": "trunk",
204+
"mysql": "mysql-8.0"
205+
},
206+
{
207+
"php": "8.5",
208+
"wp": "trunk",
209+
"dbtype": "sqlite"
210+
},
201211
{
202212
"php": "nightly",
203213
"wp": "trunk",

0 commit comments

Comments
 (0)