Skip to content

Commit

Permalink
ignore_php_platform_requirement true at PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Sep 25, 2024
1 parent 338a928 commit fcd8f6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"name": "psalm",
"job": {
"php": "@latest",
"ignore_php_platform_requirement": true,
"ignore_php_platform_requirement": {
"8.4": false
},
"command": "./vendor/bin/psalm --shepherd --stats --output-format=github --no-cache -c psalm5.xml"
}
},
Expand Down

0 comments on commit fcd8f6e

Please sign in to comment.