Skip to content

Commit

Permalink
chore: add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
L3o-pold committed Nov 27, 2023
1 parent 809fe6c commit 41ba9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"
laravel:
- "9"
- "10"
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": "~8.1.0 || ~8.2.0",
"php": ">8.1",
"kreait/firebase-php": "^7.0",
"illuminate/contracts": "^9.0 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
Expand Down

0 comments on commit 41ba9b4

Please sign in to comment.