Skip to content

Commit 3e0f201

Browse files
committed
CI: Fix phpstan removal
1 parent 428238b commit 3e0f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3333

3434
- name: Fix PHPUnit for PHP8
35-
run: composer remove phpstan/phpstan
35+
run: composer remove phpstan/phpstan --dev --no-update
3636
if: matrix.php < 7.1
3737

3838
- name: Install dependencies

0 commit comments

Comments
 (0)