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     |
| ----------- | --------------------------------------------- | ------- | ------ |
| packagist   | infection/infection                           | 0.26.19 | 0.29.5 |
| github-tags | laminas/laminas-ci-matrix-action              | 1.22.1  | 1.26.0 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0  | 1.39.0 |
| packagist   | phpunit/phpunit                               | 9.6.10  | 9.6.19 |
| packagist   | vimeo/psalm                                   | 5.13.1  | 5.24.0 |
  • Loading branch information
renovate[bot] committed Jun 12, 2024
1 parent f92ce20 commit bfd8b9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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.22.1
uses: laminas/laminas-ci-matrix-action@1.26.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.32.0
uses: laminas/laminas-continuous-integration-action@1.39.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.7",
"infection/infection": "^0.26.19",
"phpunit/phpunit": "^9.6.19",
"infection/infection": "^0.29.5",
"doctrine/coding-standard": "^12.0.0",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.24.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bfd8b9c

Please sign in to comment.