Skip to content

Commit

Permalink
test: πŸ’ Remove coverage-unsupported PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
mpyw committed Jun 25, 2021
1 parent f328ea0 commit 9b6df4b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- lib: { laravel: ~5.5.14, testbench: 3.5.*, composer_flags: --prefer-stable --prefer-lowest }
php: 7.4
# -------
# PHPUnit does not support coverage
- lib: { laravel: ^6.0, testbench: ^4.0, composer_flags: --prefer-stable --prefer-lowest }
php: 8.0
# -------
- lib: { laravel: ^8.0, testbench: ^6.0, composer_flags: --prefer-stable }
php: 7.2
- lib: { laravel: ^8.0, testbench: ^6.0, composer_flags: --prefer-stable }
Expand All @@ -70,7 +66,7 @@ jobs:
- name: Adjust package versions
run: |
composer require "laravel/framework:${{ matrix.lib.laravel }}" --dev --no-update ${{ matrix.lib.composer_flags }}
composer require "orchestra/testbench:${{ matrix.lib.testbench }}" --dev --no-update ${{ matrix.lib.composer_flags }}
composer require "orchestra/testbench:${{ matrix.lib.testbench }}" --dev --no-update
composer update ${{ matrix.lib.composer_flags }}
- run: mkdir -p build/logs
Expand Down

0 comments on commit 9b6df4b

Please sign in to comment.