We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef94a25 commit 9bdbe5bCopy full SHA for 9bdbe5b
.github/workflows/tests.yml
@@ -32,6 +32,10 @@ jobs:
32
laravel:
33
- "11"
34
- "12"
35
+ include:
36
+ - php: "8.5"
37
+ composer-options: "--ignore-platform-reqs"
38
+ dependencies: "highest"
39
40
steps:
41
- name: Checkout code
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "~8.2.0 || ~8.3.0 || ~8.4.0",
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
15
"kreait/firebase-php": "^7.19",
16
"illuminate/contracts": "^11.0 || ^12.0",
17
"illuminate/notifications": "^11.0 || ^12.0",
0 commit comments