Skip to content

Commit e71acb3

Browse files
committed
Add PHP 8.5 readiness
1 parent b766ee5 commit e71acb3

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ jobs:
3232
laravel:
3333
- "11"
3434
- "12"
35+
include:
36+
- php: "8.5"
37+
laravel: "11"
38+
composer-options: "--ignore-platform-reqs"
39+
dependencies: "highest"
40+
- php: "8.5"
41+
laravel: "12"
42+
composer-options: "--ignore-platform-reqs"
43+
dependencies: "highest"
3544

3645
steps:
3746
- name: Checkout code

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Unreleased
4+
5+
* The package is now ready for PHP 8.5
6+
37
## 6.1.0 - 2025-06-14
48

59
* Added support for callable strings/arrays when defining Guzzle Middlewares. This ensures that the Firebase config

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)