Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 30da14b

Browse files
committed
phpstan-phpunit update
1 parent 92789c5 commit 30da14b

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed

.github/workflows/workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: "Install dependencies"
29-
uses: "ramsey/composer-install@v1"
29+
uses: "ramsey/composer-install@v2"
3030
- name: "Run PHPStan"
3131
run: |
3232
./vendor/bin/phpstan analyse --no-progress
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup problem matchers for PHPUnit
5050
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
5151
- name: "Install dependencies"
52-
uses: "ramsey/composer-install@v1"
52+
uses: "ramsey/composer-install@v2"
5353
with:
5454
dependency-versions: ${{ matrix.dependency-versions }}
5555
- name: "Prepare for tests"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"mikey179/vfsstream": "^1.6.7",
1919
"phpstan/extension-installer": "^1.1",
2020
"phpstan/phpstan": "^1",
21-
"phpstan/phpstan-phpunit": "1.0.x-dev",
21+
"phpstan/phpstan-phpunit": "^1.1",
2222
"phpstan/phpstan-symfony": "^1",
2323
"phpunit/phpunit": "^9.5"
2424
},

composer.lock

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

0 commit comments

Comments
 (0)