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   | phpunit/phpunit        | 9.6.8  | 9.6.9  |
| github-tags | shivammathur/setup-php | 2.25.2 | 2.25.4 |
  • Loading branch information
renovate[bot] committed Jun 14, 2023
1 parent 842e98f commit 2391a5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: "actions/checkout@v3"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.25.2"
uses: "shivammathur/setup-php@2.25.4"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -27,7 +27,7 @@
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpbench/phpbench": "^1.2.10",
"phpunit/phpunit": "^9.6.8",
"phpunit/phpunit": "^9.6.9",
"psalm/plugin-phpunit": "^0.18.4",
"roave/infection-static-analysis-plugin": "^1.32.0",
"vimeo/psalm": "^5.12.0"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit 2391a5f

Please sign in to comment.