Skip to content

Commit

Permalink
Merge pull request #110 from kennyturner/master
Browse files Browse the repository at this point in the history
Allow for Laravel 8
  • Loading branch information
fico7489 authored Sep 9, 2020
2 parents a1dfe69 + 415ee95 commit 361baf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"illuminate/database": "^5.5|^6.0|^7.0"
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit 361baf5

Please sign in to comment.