Skip to content

Commit cbc7e6b

Browse files
committed
GH Actions: PHP 8.4 has been released
PHP 8.4 needs to be explicitly required now. PHP "nightly" is now PHP 8.5. Ref: https://www.php.net/releases/8.4/en.php
1 parent 0e0535e commit cbc7e6b

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)