Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                       | from   | to     |
| ----------- | --------------------------------------------- | ------ | ------ |
| github-tags | laminas/laminas-ci-matrix-action              | 1.18.1 | 1.19.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.27.0 | 1.28.0 |
| packagist   | psalm/plugin-phpunit                          | 0.18.0 | 0.18.1 |
  • Loading branch information
renovate[bot] committed Nov 2, 2022
1 parent 6e7361e commit e5c7990
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Gather CI configuration
id: matrix
uses: laminas/laminas-ci-matrix-action@1.18.1
uses: laminas/laminas-ci-matrix-action@1.19.0

qa:
name: QA Checks
Expand All @@ -27,7 +27,7 @@ jobs:
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
steps:
- name: ${{ matrix.name }}
uses: laminas/laminas-continuous-integration-action@1.27.0
uses: laminas/laminas-continuous-integration-action@1.28.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"laminas/laminas-stdlib": "^3.15.0",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"psalm/plugin-phpunit": "^0.18.1",
"roave/infection-static-analysis-plugin": "^1.25.0",
"vimeo/psalm": "^4.29.0"
},
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5c7990

Please sign in to comment.