Skip to content

Commit

Permalink
Add laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zhwei committed Sep 10, 2020
1 parent e69a756 commit 1f30298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
php: [7.3, 7.4]
laravel: ['6.0', '7.0']
laravel: ['6.0', '7.0', '8.0']

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0 || ^7.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"php-di/phpdoc-reader": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit 1f30298

Please sign in to comment.