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 959161b commit cfbf901
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]
php: [7.4, 7.3, 7.2]
laravel: [7.*, 6.*]
laravel: [8.*, 7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
Expand Down

0 comments on commit cfbf901

Please sign in to comment.