Skip to content

Commit 747411e

Browse files
committed
Add Laravel 12
1 parent f11edd2 commit 747411e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
- "9"
3535
- "10"
3636
- "11"
37+
- "12"
3738
exclude:
3839
- php: "8.1"
39-
laravel: "11"
40+
laravel:
41+
- "11"
42+
- "12"
4043

4144
steps:
4245
- name: Checkout code

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"require": {
1414
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1515
"kreait/firebase-php": "^7.13",
16-
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
17-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
16+
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0 || ^12.0",
17+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
1818
"symfony/cache": "^6.1.2 || ^7.0.3"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)