Skip to content

Commit

Permalink
Ignore platform reqs on 8.4
Browse files Browse the repository at this point in the history
Also improve PHPUnit config

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Nov 21, 2024
1 parent f04d014 commit 0c0cc1e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
displayDetailsOnTestsThatTriggerWarnings="true"
displayDetailsOnIncompleteTests="true"
displayDetailsOnSkippedTests="true"
displayDetailsOnPhpunitDeprecations="true"
failOnPhpunitDeprecation="true"
failOnDeprecation="true"
failOnNotice="true"
failOnWarning="true"
>
<source>
<include>
Expand Down

0 comments on commit 0c0cc1e

Please sign in to comment.