Skip to content

Commit e0ffce3

Browse files
committed
- Dropping support for Laravel 10
1 parent 795a5d5 commit e0ffce3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ jobs:
1717
matrix:
1818
os: [ ubuntu-latest ]
1919
php: [ 8.4, 8.3, 8.2 ]
20-
laravel: [ 12.*, 11.*, 10.* ]
20+
laravel: [ 12.*, 11.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
2323
- laravel: 12.*
2424
testbench: 10.*
2525
- laravel: 11.*
2626
testbench: 9.*
27-
- laravel: 10.*
28-
testbench: 8.*
2927

3028
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3129

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
14+
"illuminate/support": "^11.0 || ^12.0",
1515
"javaabu/sms-notifications": "^1.1",
1616
"javaabu/laravel-recaptcha": "^6.2",
1717
"javaabu/helpers": "^1.59",
1818
"javaabu/activitylog": "^1.4",
1919
"laravel/passport": "^12.4"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
23-
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3",
22+
"orchestra/testbench": "^9.0 || ^10.0",
23+
"phpunit/phpunit": "^10.5 || ^11.5.3",
2424
"laravel/pint": "^1.15",
2525
"javaabu/auth": "^1.16"
2626
},

0 commit comments

Comments
 (0)