Skip to content

Commit

Permalink
CI: Fix phpstan removal
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Dec 31, 2023
1 parent 428238b commit 3e0f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

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

- name: Install dependencies
Expand Down

0 comments on commit 3e0f201

Please sign in to comment.