Skip to content

Commit d2a0a1e

Browse files
authored
Supports Laravel 12 (#283)
1 parent 0a92ca1 commit d2a0a1e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [8.1, 8.2, 8.3, 8.4]
20-
laravel: [10, 11]
20+
laravel: [10, 11, 12]
2121
include:
2222
- php: 8.2
2323
laravel: 9
@@ -52,6 +52,8 @@ jobs:
5252
exclude:
5353
- php: 8.1
5454
laravel: 11
55+
- php: 8.1
56+
laravel: 12
5557
- php: 8.4
5658
laravel: 10
5759

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.2|^8.0",
1414
"guzzlehttp/guzzle": "^6.0|^7.0",
15-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
15+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
1616
"symfony/console": "^4.3|^5.0|^6.0|^7.0",
1717
"symfony/process": "^4.3|^5.0|^6.0|^7.0"
1818
},

0 commit comments

Comments
 (0)