Skip to content

Commit 480fcf8

Browse files
committed
- Added Laravel 11 support
1 parent a93650f commit 480fcf8

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.3, 8.2, 8.1, 8.0 ]
20-
laravel: [ 11.*, 10.*, 9.*, ^8.6, ^7.30, ^6.20 ]
20+
laravel: [ 11.*, 10.*, 9.*, ^8.83, ^7.30, ^6.20 ]
2121
stability: [ prefer-stable ]
2222
include:
2323
- laravel: 11.*
@@ -32,7 +32,7 @@ jobs:
3232
testbench: 7.*
3333
carbon: ^2.63
3434
phpunit: ^9.5
35-
- laravel: ^8.6
35+
- laravel: ^8.83
3636
testbench: ^6.44
3737
carbon: ^2.63
3838
phpunit: ^9.5

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.30 || ^8.6 || ^9.0 || ^10.0 || ^11.0",
24+
"illuminate/support": "^6.20 || ^7.30 || ^8.83 || ^9.0 || ^10.0 || ^11.0",
2525
"revenuemonster/sdk": "^2.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)