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 8ded322
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
{}
{
"additional_checks": [
{
"name": "Run Tests on 8.4",
"job": {
"php": "8.4",
"dependencies": "latest",
"command": "vendor/bin/phpunit"
}
}
],
"ignore_php_platform_requirements": {
"8.4": true
}
}

0 comments on commit 8ded322

Please sign in to comment.