Skip to content

Commit 88d6c62

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | github-tags | codecov/codecov-action | v3.1.1 | v3.1.2 | | packagist | phpstan/phpstan | 1.10.10 | 1.10.11 |
1 parent ba14c51 commit 88d6c62

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: "make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"
5959

6060
- name: "Upload Code Coverage"
61-
uses: "codecov/[email protected].1"
61+
uses: "codecov/[email protected].2"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"infection/infection": "^0.26",
1818
"lcobucci/coding-standard": "^9.0",
1919
"phpstan/extension-installer": "^1.2",
20-
"phpstan/phpstan": "^1.10.10",
20+
"phpstan/phpstan": "^1.10.11",
2121
"phpstan/phpstan-deprecation-rules": "^1.1.3",
2222
"phpstan/phpstan-phpunit": "^1.3.11",
2323
"phpstan/phpstan-strict-rules": "^1.5.1",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)