Skip to content

Commit

Permalink
Merge pull request #65 from gsteel/qa/bc-check
Browse files Browse the repository at this point in the history
Add BC Check to CI
  • Loading branch information
gsteel authored Aug 20, 2024
2 parents 1f99e0d + 39b791e commit 88a4491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/mkdocs.yml export-ignore
/renovate.json export-ignore
/composer.lock export-ignore
5 changes: 3 additions & 2 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
}
"8.3": false
},
"backwardCompatibilityCheck": true
}

0 comments on commit 88a4491

Please sign in to comment.