Skip to content

Commit

Permalink
Merge pull request #226 from boesing/qa/backward-compatibility-check
Browse files Browse the repository at this point in the history
Opt-in to `roave/backward-compatibility-check`
  • Loading branch information
boesing committed Jul 17, 2023
2 parents 679e003 + ec6a4eb commit b605b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@v1
with:
job: ${{ matrix.job }}
job: "${{ matrix.job }}"
4 changes: 1 addition & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"ignore_php_platform_requirements": {
"8.1": true
}
"backwardCompatibilityCheck": true
}

0 comments on commit b605b67

Please sign in to comment.