Skip to content

Commit

Permalink
Update to include Laravel 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyturner authored Sep 9, 2020
1 parent 884a5e6 commit 415ee95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php_version: [7.2]
laravel_version: [5.5.*,6.*, 7.*]
laravel_version: [5.5.*,6.*, 7.*, 8.*]

steps:
- name: Checkout commit
Expand All @@ -33,4 +33,4 @@ jobs:
run: composer update --no-interaction illuminate/database:^${{ matrix.laravel_version }}

- name: Run PHPUnit
run: ./vendor/bin/phpunit
run: ./vendor/bin/phpunit

0 comments on commit 415ee95

Please sign in to comment.