Skip to content

Commit 3443916

Browse files
committed
remove Laravel 10
1 parent c6ac321 commit 3443916

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,14 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.2, 8.3, 8.4]
17-
laravel: [10.*, 11.*, 12.*]
17+
laravel: [11.*, 12.*]
1818
elasticsearch: ["7.17.18", "8.12.2"]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
21-
- laravel: 10.*
22-
testbench: 8.*
2321
- laravel: 11.*
2422
testbench: 9.*
2523
- laravel: 12.*
2624
testbench: 10.*
27-
exclude:
28-
- laravel: 10.*
29-
php: 8.4
3025

3126
name: P${{ matrix.php }} - L${{ matrix.laravel }} - E${{ matrix.elasticsearch }} - ${{ matrix.stability }} - ${{ matrix.os }}
3227

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"laravel/framework": "^10.0 || ^11.0",
20+
"laravel/framework": "^11.0",
2121
"ruflin/elastica": "^7.1 || 8.x-dev",
2222
"spatie/laravel-package-tools": "^1.13.0"
2323
},
2424
"require-dev": {
2525
"driftingly/rector-laravel": "^1.2.6",
2626
"larastan/larastan": "^2.9.14",
2727
"laravel/pint": "^1.21.0",
28-
"nunomaduro/collision": "^7.10.0 || ^8.5.0",
29-
"orchestra/testbench": "^8.22.0 || ^9.11",
28+
"nunomaduro/collision": "^8.6.1",
29+
"orchestra/testbench": "^9.11 || ^10.0",
3030
"phpstan/extension-installer": "^1.4.3",
3131
"phpstan/phpstan-deprecation-rules": "^1.2.1",
3232
"phpstan/phpstan-phpunit": "^1.4.2",
3333
"phpstan/phpstan-strict-rules": "^1.6.2",
34-
"phpunit/phpunit": "^10.5.45",
34+
"phpunit/phpunit": "^11.5.10",
3535
"psr/log": "^3.0.2",
3636
"rector/rector": "^1.2.10",
3737
"sentry/sentry": "^4.10.0",

0 commit comments

Comments
 (0)