Skip to content

Commit

Permalink
Pulling back in support for Laravel 7 in test runners
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSteveKing committed Sep 22, 2020
1 parent 21c2b1a commit 32517d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [7.4]
laravel: [8.*]
laravel: [7.*, 8.*]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down

0 comments on commit 32517d7

Please sign in to comment.