Skip to content

Commit

Permalink
Merge pull request #55 from gsteel/bc-check
Browse files Browse the repository at this point in the history
Add BC Check to CI, stop ignoring platform reqs
  • Loading branch information
gsteel authored Jun 29, 2024
2 parents b99e723 + c9f49a9 commit 622de97
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 622de97

Please sign in to comment.