Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Feb 17, 2023
1 parent b67dd93 commit e37ae69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
laravel: [6, 7, 8, 9, 10]
include:
- laravel: 6
testbench: 4.0
testbench: ^4.0
- laravel: 7
testbench: 5.0
testbench: ^5.0
- laravel: 8
testbench: 6.0
testbench: ^6.0
- laravel: 9
testbench: 7.0
testbench: ^7.0
- laravel: 10
testbench: 8.0
testbench: ^8.0
exclude:
- php: 7.3
laravel: 9
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework=${{ matrix.laravel }}" "orchestra/testbench=${{ matrix.testbench }}" --dev --no-update
composer require "laravel/framework=${{ matrix.laravel }}" "orchestra/testbench=${{ matrix.testbench }}" --no-update
composer update --prefer-dist --no-interaction --no-progress
- name: Run tests
Expand Down

0 comments on commit e37ae69

Please sign in to comment.