Skip to content

Commit

Permalink
Fix issues with testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Lösken committed Jun 15, 2021
1 parent 1288c68 commit bdc9f0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout code
Expand All @@ -40,7 +38,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
env:
APP_ENV: testing

Expand Down

0 comments on commit bdc9f0d

Please sign in to comment.