Skip to content

Commit

Permalink
Update GitHub Actions for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Sep 8, 2020
1 parent 0eba4ce commit 6865c68
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,9 +10,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
php: [7.4]
laravel: [6.*, 7.*]
laravel: [8.*, 6.*, 7.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
Expand Down

0 comments on commit 6865c68

Please sign in to comment.