Skip to content

Commit 17a1902

Browse files
committed
update
1 parent 2fd8bcf commit 17a1902

File tree

3 files changed

+498
-492
lines changed

3 files changed

+498
-492
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: [8.2]
17-
laravel: [11.0, '12.0']
17+
laravel: ['12.0']
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2020

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"require": {
3535
"php": "^8.2",
3636
"laravel/ui": "^4.5",
37-
"illuminate/support": "^11.0|^12.0"
37+
"illuminate/support": "^12.0"
3838
},
3939
"require-dev": {
4040
"phpunit/phpunit": "^10.5"

0 commit comments

Comments
 (0)