Skip to content

Commit

Permalink
Package required php version dropped to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Aug 16, 2022
1 parent 75b8017 commit a4faf3f
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:
os: [ubuntu-latest]
php: [8.1]
php: [8.1, 8.0]
laravel: [9.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.0",
"illuminate/broadcasting": "^9.21",
"illuminate/console": "^9.21",
"illuminate/contracts": "^9.21",
Expand Down

0 comments on commit a4faf3f

Please sign in to comment.