Skip to content

Commit

Permalink
CI: remove phpstan on PHP < 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Dec 31, 2023
1 parent c05a1d5 commit 428238b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Setup problem matchers
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

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

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress

Expand Down

0 comments on commit 428238b

Please sign in to comment.