Skip to content

Commit

Permalink
Add BC check to CI and ignore platform reqs on 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Aug 6, 2024
1 parent 2d6cc32 commit a875c53
Showing 1 changed file with 6 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 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.4": true
}
}

0 comments on commit a875c53

Please sign in to comment.