Skip to content

Commit

Permalink
Merge pull request #36 from RhysLees/patch-1
Browse files Browse the repository at this point in the history
Laravel 9 Support
  • Loading branch information
llaski authored Feb 16, 2022
2 parents 7fcd651 + 5c1dcfb commit 7ec1500
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 @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
php: ['7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4', '8.0']

name: Tests

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": ">=7.2.0",
"dragonmantank/cron-expression": "^2.2|^3.0",
"laravel/nova": "^2.0|^3.0",
"illuminate/console": "^6.0|^7.0|^8.0"
"illuminate/console": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"illuminate/cache": "*",
Expand Down

0 comments on commit 7ec1500

Please sign in to comment.