Skip to content

Commit 622de97

Browse files
authored
Merge pull request #55 from gsteel/bc-check
Add BC Check to CI, stop ignoring platform reqs
2 parents b99e723 + c9f49a9 commit 622de97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.laminas-ci.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"backwardCompatibilityCheck": true,
23
"ignore_php_platform_requirements": {
3-
"8.3": true
4+
"8.3": false
45
},
56
"extensions": [
67
"apcu"

0 commit comments

Comments
 (0)