Skip to content

Commit cd36a61

Browse files
committed
- Testing laravel 12 support
1 parent 405e6ec commit cd36a61

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
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.4, 8.3, 8.2, 8.1 ]
20-
laravel: [ 12.*, 11.*, 10.* ]
20+
laravel: [ 12.*, 11.*, ^10.48 ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
2323
- laravel: 12.*
@@ -26,7 +26,7 @@ jobs:
2626
- laravel: 11.*
2727
testbench: 9.*
2828
carbon: ^2.63
29-
- laravel: 10.*
29+
- laravel: ^10.48
3030
testbench: 8.*
3131
carbon: ^2.63
3232
exclude:

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.1",
20-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
20+
"illuminate/support": "^10.48 || ^11.0 || ^12.0",
2121
"matanyadaev/laravel-eloquent-spatial": "^4.5"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)