Skip to content

Commit

Permalink
Run PHP 8.4 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Aug 8, 2024
1 parent 4ca3f12 commit ee7a59a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
{}
{
"additional_checks": [
{
"name": "Run Tests on 8.4",
"job": {
"php": "8.4",
"dependencies": "latest",
"command": "phpunit",
"ignore_php_platform_requirement": true
}
}
]
}

0 comments on commit ee7a59a

Please sign in to comment.