Skip to content

Commit 4553b2a

Browse files
authored
Laravel v12 support (#51)
1 parent d0f176a commit 4553b2a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: ['8.0', 8.1, 8.2, 8.3, 8.4]
20-
laravel: [9, 10, 11]
20+
laravel: [9, 10, 11, 12]
2121
exclude:
2222
- php: '8.0'
2323
laravel: 10
2424
- php: '8.0'
2525
laravel: 11
26+
- php: '8.0'
27+
laravel: 12
28+
- php: 8.1
29+
laravel: 11
2630
- php: 8.1
27-
laravel: 11
31+
laravel: 12
2832
- php: 8.3
2933
laravel: 9
3034
- php: 8.4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"require": {
2424
"php": "^8.0",
2525
"blade-ui-kit/blade-icons": "^1.6",
26-
"illuminate/support": "^9.0|^10.0|^11.0"
26+
"illuminate/support": "^9.0|^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^7.0|^8.0|^9.0",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
3030
"phpunit/phpunit": "^9.0|^10.5|^11.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)