Skip to content

Commit ec2f109

Browse files
committed
Fixing github action
Signed-off-by: Arushad Ahmed <dash-8x@hotmail.com>
1 parent bd49094 commit ec2f109

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
2323
- laravel: 13.*
24-
testbench: 10.*
24+
testbench: 11.*
2525
carbon: ^3.8.4
2626
medialibrary: 11.*
27-
geospatial: ^4.6
27+
geospatial: ^4.7
2828
- laravel: 12.*
2929
testbench: 10.*
3030
carbon: ^3.8.4
3131
medialibrary: 11.*
32-
geospatial: ^4.6
32+
geospatial: ^4.7
3333
- laravel: 11.*
3434
testbench: 9.*
3535
carbon: ^2.63
3636
medialibrary: 11.*
37-
geospatial: ^4.6
37+
geospatial: ^4.7
3838
- laravel: 10.*
3939
testbench: 8.*
4040
carbon: ^2.63
4141
medialibrary: ^10.3.4
42-
geospatial: ^4.6
42+
geospatial: ^4.7
4343
- laravel: 9.*
4444
testbench: 7.*
4545
carbon: ^2.63

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"orchestra/testbench-browser-kit": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
2020
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3 || ^12.5.8 || ^13.0.3",
2121
"spatie/laravel-medialibrary": "^10.3.4 || ^11.4",
22-
"matanyadaev/laravel-eloquent-spatial": "^2.10 || ^4.6",
22+
"matanyadaev/laravel-eloquent-spatial": "^2.10 || ^4.7",
2323
"composer/semver": "^3.4"
2424
},
2525
"suggest": {

0 commit comments

Comments
 (0)