Skip to content

Commit

Permalink
Merge pull request #116 from jrfnl/feature/ghactions-update-for-php-8…
Browse files Browse the repository at this point in the history
….4-release

GH Actions: PHP 8.4 has been released
  • Loading branch information
swissspidy authored Nov 22, 2024
2 parents 0e0535e + cbc7e6b commit e7cf2a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,16 @@ jobs:
"wp": "trunk",
"dbtype": "sqlite"
},
{
"php": "8.4",
"wp": "trunk",
"mysql": "8.0"
},
{
"php": "8.4",
"wp": "trunk",
"dbtype": "sqlite"
},
{
"php": "nightly",
"wp": "trunk",
Expand Down

0 comments on commit e7cf2a0

Please sign in to comment.