Skip to content

Commit

Permalink
Add BC Check to CI, stop ignoring platform reqs
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jun 29, 2024
1 parent b99e723 commit c9f49a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.3": true
"8.3": false
},
"extensions": [
"apcu"
Expand Down

0 comments on commit c9f49a9

Please sign in to comment.