Skip to content

Commit

Permalink
Support Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifzadesina committed Sep 9, 2020
1 parent 2bb39ec commit f0055ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.4']
laravel: ['^6.0', '^7.0']
laravel: ['^6.0', '^7.0', '^8.0']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prefer-stable": true,
"require": {
"php": "^7.4",
"illuminate/support": "^6.0|^7.0",
"illuminate/validation": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"illuminate/validation": "^6.0|^7.0|^8.0",
"nesbot/carbon": "^1.0|^2.0"
},
"require-dev": {
Expand Down

0 comments on commit f0055ec

Please sign in to comment.