Skip to content

Commit e7cf2a0

Browse files
authored
Merge pull request #116 from jrfnl/feature/ghactions-update-for-php-8.4-release
GH Actions: PHP 8.4 has been released
2 parents 0e0535e + cbc7e6b commit e7cf2a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@ jobs:
163163
"wp": "trunk",
164164
"dbtype": "sqlite"
165165
},
166+
{
167+
"php": "8.4",
168+
"wp": "trunk",
169+
"mysql": "8.0"
170+
},
171+
{
172+
"php": "8.4",
173+
"wp": "trunk",
174+
"dbtype": "sqlite"
175+
},
166176
{
167177
"php": "nightly",
168178
"wp": "trunk",

0 commit comments

Comments
 (0)