We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428238b commit 3e0f201Copy full SHA for 3e0f201
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
33
34
- name: Fix PHPUnit for PHP8
35
- run: composer remove phpstan/phpstan
+ run: composer remove phpstan/phpstan --dev --no-update
36
if: matrix.php < 7.1
37
38
- name: Install dependencies
0 commit comments