Skip to content

Commit 9bdbe5b

Browse files
committed
Add PHP 8.5 readiness
1 parent ef94a25 commit 9bdbe5b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
laravel:
3333
- "11"
3434
- "12"
35+
include:
36+
- php: "8.5"
37+
composer-options: "--ignore-platform-reqs"
38+
dependencies: "highest"
3539

3640
steps:
3741
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
14+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1515
"kreait/firebase-php": "^7.19",
1616
"illuminate/contracts": "^11.0 || ^12.0",
1717
"illuminate/notifications": "^11.0 || ^12.0",

0 commit comments

Comments
 (0)