Skip to content

Commit d7cf9dc

Browse files
authored
Update dev tools (#611)
1 parent 25adefa commit d7cf9dc

File tree

3 files changed

+75
-74
lines changed

3 files changed

+75
-74
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v2
5151

5252
- name: Get code coverage driver
53-
uses: actions/github-script@v4.1
53+
uses: actions/github-script@v5
5454
id: coverage-driver
5555
with:
5656
script: 'return "${{ matrix.os }}" == "ubuntu-latest" && "${{ matrix.php-version }}" == "8.0" ? "pcov" : "none"'

dev-tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"phpstan/phpstan": "^0.12.99",
1313
"phpstan/phpstan-strict-rules": "^0.12.11",
1414
"squizlabs/php_codesniffer": "^3.6.0",
15-
"symplify/phpstan-rules": "^9.4.63",
15+
"symplify/phpstan-rules": "^9.4.65",
1616
"vimeo/psalm": "^4.10.0"
1717
},
1818
"autoload": {

dev-tools/composer.lock

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

0 commit comments

Comments
 (0)