Skip to content

Commit 3a9b1ee

Browse files
committed
- Updated laravel 10 version
1 parent 58175ad commit 3a9b1ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
os: [ ubuntu-latest ]
2020
php: [ 8.4, 8.3, 8.2 ]
21-
laravel: [ 12.*, 11.*, 10.* ]
21+
laravel: [ 12.*, 11.*, ^10.2 ]
2222
stability: [ prefer-lowest, prefer-stable ]
2323
include:
2424
- laravel: 12.*
@@ -27,7 +27,7 @@ jobs:
2727
- laravel: 11.*
2828
testbench: ^9.13
2929
carbon: ^2.63
30-
- laravel: 10.*
30+
- laravel: ^10.2
3131
testbench: 8.*
3232
carbon: ^2.63
3333

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
20+
"illuminate/support": "^10.2 || ^11.0 || ^12.0",
2121
"spatie/laravel-medialibrary": "^11.12",
2222
"javaabu/helpers": "^1.61",
2323
"javaabu/activitylog": "^1.4"

0 commit comments

Comments
 (0)