Skip to content

Commit 428238b

Browse files
committed
CI: remove phpstan on PHP < 7.1
1 parent c05a1d5 commit 428238b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Setup problem matchers
3232
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
3333

34+
- name: Fix PHPUnit for PHP8
35+
run: composer remove phpstan/phpstan
36+
if: matrix.php < 7.1
37+
3438
- name: Install dependencies
3539
run: composer install --prefer-dist --no-interaction --no-progress
3640

0 commit comments

Comments
 (0)