Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

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.22.1 | 1.23.1 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.33.0 |
| packagist   | phpbench/phpbench                             | 1.2.9  | 1.2.14 |
| packagist   | phpunit/phpunit                               | 9.6.5  | 9.6.10 |
| packagist   | roave/infection-static-analysis-plugin        | 1.29.0 | 1.32.0 |
| github-tags | shivammathur/setup-php                        | 2.24.0 | 2.25.4 |
| packagist   | vimeo/psalm                                   | 5.7.7  | 5.13.1 |
  • Loading branch information
renovate[bot] committed Jul 11, 2023
1 parent b05a8c1 commit 801bdbf
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 170 deletions.
6 changes: 3 additions & 3 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.23.1

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.33.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.24.0"
uses: "shivammathur/setup-php@2.25.4"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"roave/infection-static-analysis-plugin": "^1.29.0",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^9.6.5",
"vimeo/psalm": "^5.7.7"
"roave/infection-static-analysis-plugin": "^1.32.0",
"phpbench/phpbench": "^1.2.14",
"phpunit/phpunit": "^9.6.10",
"vimeo/psalm": "^5.13.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 801bdbf

Please sign in to comment.