Skip to content

Commit

Permalink
Merge pull request #82 from mikebronner/patch-1
Browse files Browse the repository at this point in the history
Allow running under PHP 8.
  • Loading branch information
imliam authored Dec 2, 2020
2 parents c990efb + 23321ec commit d48a434
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4]
php: [7.3, 7.4, 8.0]
laravel: [^8.0]
name: P${{ matrix.php }} - L${{ matrix.laravel }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.2.5|^8.0",
"laravel/ui": "^3.0",
"illuminate/support": "^8.0"
},
Expand Down

0 comments on commit d48a434

Please sign in to comment.