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.22.1 | 1.23.4 |
| github-tags | laminas/laminas-continuous-integration-action | 1.32.0 | 1.34.0 |
| packagist   | nikic/php-parser                              | 4.16.0 | 4.17.1 |
| github-tags | shivammathur/setup-php                        | 2.25.4 | 2.25.5 |
| packagist   | vimeo/psalm                                   | 5.13.1 | 5.14.1 |
  • Loading branch information
renovate[bot] committed Aug 13, 2023
1 parent a02cd04 commit 187c2ba
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 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.4

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.34.0
env:
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.4"
uses: "shivammathur/setup-php@2.25.5"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"nikic/php-parser": "^4.16.0",
"nikic/php-parser": "^4.17.1",
"ocramius/code-generator-utils": "^1.6.0",
"laminas/laminas-hydrator": "^4.14.0"
},
Expand All @@ -30,7 +30,7 @@
"phpunit/phpunit": "^9.6.10",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.32.0",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.14.1"
},
"autoload": {
"psr-4": {
Expand Down
78 changes: 39 additions & 39 deletions composer.lock

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

0 comments on commit 187c2ba

Please sign in to comment.