Skip to content

Commit

Permalink
allow 8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
fico7489 committed Sep 28, 2020
1 parent 9d5a35f commit 5a004a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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 Down
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",
"venturecraft/revisionable": "1.*"
},
"require-dev": {
Expand Down

0 comments on commit 5a004a8

Please sign in to comment.