Skip to content

Commit

Permalink
Stop ignoring platform reqs and add BC Check to matrix
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Apr 3, 2024
1 parent fffc9f2 commit 883923e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.3": true
}
"ignore_php_platform_requirements": {
"8.3": false
},
"backwardCompatibilityCheck": true
}

0 comments on commit 883923e

Please sign in to comment.