Skip to content

Commit e8abfb8

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.1 | | github-tags | shivammathur/setup-php | 2.37.0 | 2.37.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d51b44 commit e8abfb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v6.0.2
23-
- uses: shivammathur/setup-php@2.37.0
23+
- uses: shivammathur/setup-php@2.37.1
2424

2525
with:
2626
php-version: ${{ env.default_php }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"pear/archive_tar": "^1.6.0",
5252
"pear/pear": "^1.10.16",
5353
"phpunit/phpunit": "^11.5.42",
54-
"psalm/plugin-phpunit": "^0.19.5",
54+
"psalm/plugin-phpunit": "^0.20.0",
5555
"vimeo/psalm": "^6.13.1"
5656
},
5757
"suggest": {

0 commit comments

Comments
 (0)