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 | shivammathur/setup-php | 2.25.4 | 2.25.5 |
| packagist   | vimeo/psalm            | 5.13.1 | 5.14.0 |
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent 6a57132 commit 6fe562c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/[email protected].4
- uses: shivammathur/[email protected].5
with:
php-version: ${{ env.stable_php }}
coverage: pcov
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: shivammathur/[email protected].4
- uses: shivammathur/[email protected].5
with:
php-version: ${{ env.stable_php }}
ini-values: memory_limit=-1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"psalm/plugin-phpunit": "^0.18.4",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/options-resolver": "^5.3.7 || ^6.3",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.14.0"
},
"autoload": {
"psr-4": {
Expand Down
42 changes: 21 additions & 21 deletions composer.lock

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

0 comments on commit 6fe562c

Please sign in to comment.