Skip to content

Commit 05d542d

Browse files
committed
- Testing Laravel 12 support
Signed-off-by: Arushad Ahmed <dash-8x@hotmail.com>
1 parent e36bf37 commit 05d542d

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,33 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
php: [ 8.3, 8.2, 8.1 ]
20-
laravel: [ 11.*, 10.*, 9.* ]
19+
php: [ 8.4, 8.3, 8.2, 8.1 ]
20+
laravel: [ 12.*, 11.*, 10.*, 9.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
23+
- laravel: 12.*
24+
testbench: 10.*
25+
carbon: ^3.8.4
26+
medialibrary: 11.*
27+
geospatial: ^4.5
2328
- laravel: 11.*
2429
testbench: 9.*
2530
carbon: ^2.63
2631
medialibrary: 11.*
27-
geospatial: ^4.2
32+
geospatial: ^4.5
2833
- laravel: 10.*
2934
testbench: 8.*
3035
carbon: ^2.63
3136
medialibrary: ^10.3.4
32-
geospatial: ^4.2
37+
geospatial: ^4.5
3338
- laravel: 9.*
3439
testbench: 7.*
3540
carbon: ^2.63
3641
medialibrary: ^10.3.4
3742
geospatial: ^2.10
3843
exclude:
44+
- laravel: 12.*
45+
php: 8.1
3946
- laravel: 11.*
4047
php: 8.1
4148

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"illuminate/support": "^9.52 || ^10.0 || ^11.0.1",
15-
"javaabu/settings": "^1.0",
16-
"javaabu/helpers": "^1.43"
14+
"illuminate/support": "^9.52 || ^10.0 || ^11.0.1 || ^12.0",
15+
"javaabu/settings": "^1.6",
16+
"javaabu/helpers": "^1.60"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench-browser-kit": "^7.0 || ^8.0 || ^9.0",
20-
"phpunit/phpunit": "^9.5 || ^10.5",
19+
"orchestra/testbench-browser-kit": "^7.0 || ^8.0 || ^9.0 || ^10.0",
20+
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3",
2121
"spatie/laravel-medialibrary": "^10.3.4 || ^11.4",
22-
"matanyadaev/laravel-eloquent-spatial": "^2.10 || ^4.2",
22+
"matanyadaev/laravel-eloquent-spatial": "^2.10 || ^4.5",
2323
"composer/semver": "^3.4"
2424
},
2525
"suggest": {

0 commit comments

Comments
 (0)