Skip to content

Commit e0e495a

Browse files
committed
- Added Laravel 11 support
1 parent fa655fc commit e0e495a

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.3, 8.2, 8.1, 8.0 ]
20-
laravel: [ 11.*, 10.*, 9.*, 8.*, 7.*, ^6.20 ]
20+
laravel: [ 11.*, 10.*, 9.*, ^8.6, ^7.30, ^6.20 ]
2121
stability: [ prefer-stable ]
2222
include:
2323
- laravel: 11.*
@@ -29,10 +29,10 @@ jobs:
2929
carbon: ^2.63
3030
phpunit: ^10.5
3131
- laravel: 9.*
32-
testbench: 7.*
32+
testbench: ^7.30
3333
carbon: ^2.63
3434
phpunit: ^9.5
35-
- laravel: 8.*
35+
- laravel: ^8.6
3636
testbench: ^6.44
3737
carbon: ^2.63
3838
phpunit: ^9.5
@@ -53,15 +53,11 @@ jobs:
5353
php: 7.4
5454
- laravel: 10.*
5555
php: 8.0
56-
- laravel: 10.*
57-
php: 7.4
58-
- laravel: 9.*
59-
php: 7.4
60-
- laravel: 7.*
56+
- laravel: ^7.30
6157
php: 8.3
62-
- laravel: 7.*
58+
- laravel: ^7.30
6359
php: 8.2
64-
- laravel: 7.*
60+
- laravel: ^7.30
6561
php: 8.1
6662
- laravel: ^6.20
6763
php: 8.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^8.0",
24-
"illuminate/support": "^6.20 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
24+
"illuminate/support": "^6.20 || ^7.30 || ^8.6 || ^9.0 || ^10.0 || ^11.0",
2525
"revenuemonster/sdk": "^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)