Skip to content

Commit

Permalink
Merge pull request #308 from Ocramius/dependabot/github_actions/lamin…
Browse files Browse the repository at this point in the history
…as/laminas-ci-matrix-action-1.12.4

Bump laminas/laminas-ci-matrix-action from 1.11.5 to 1.12.4
  • Loading branch information
Ocramius authored Jul 5, 2022
2 parents 06396d2 + 30e6825 commit 059c84f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.11.5
uses: laminas/laminas-ci-matrix-action@1.12.4

qa:
name: QA Checks
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@
"branch-alias": {
"dev-master": "4.1.x-dev"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"infection/extension-installer": false
}
}
}

0 comments on commit 059c84f

Please sign in to comment.