Skip to content

Commit e470d79

Browse files
committed
Drop L10
1 parent 2051842 commit e470d79

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.4, 8.3, 8.2]
17-
laravel: [12.*, 11.*, 10.*]
17+
laravel: [12.*, 11.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 12.*
2121
testbench: 10.*
2222
- laravel: 11.*
2323
testbench: 9.*
24-
- laravel: 10.*
25-
testbench: 8.*
2624

2725
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2826

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4",
2020
"guzzlehttp/guzzle": "^7.4",
21-
"illuminate/contracts": "^10.48|^11.43|^12.0",
21+
"illuminate/contracts": "^11.43|^12.0",
2222
"spatie/laravel-package-tools": "^1.9.2",
2323
"spatie/temporary-directory": "^2.1"
2424
},
2525
"require-dev": {
2626
"nunomaduro/collision": "^7.0|^8.0",
27-
"orchestra/testbench": "^8.0|^9.0|^10.0",
27+
"orchestra/testbench": "^9.0|^10.0",
2828
"pestphp/pest": "^3.0",
2929
"pestphp/pest-plugin-laravel": "^3.0",
3030
"phpunit/phpunit": "^10.4|^11.5.3"

0 commit comments

Comments
 (0)