Skip to content

Commit 44f512a

Browse files
committed
wip
1 parent 2f22e4b commit 44f512a

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
@@ -12,12 +12,10 @@ jobs:
1212
fail-fast: true
1313
matrix:
1414
php: [8.4, 8.3, 8.2]
15-
laravel: ["10.*", "11.*", "12.*"]
15+
laravel: ["11.*", "12.*"]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
db_connection: [mysql, sqlite]
1818
include:
19-
- laravel: 10.*
20-
testbench: ^8.32
2119
- laravel: 11.*
2220
testbench: ^9.10
2321
- laravel: 12.*

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
],
1818
"require": {
1919
"php": "^8.2|^8.3|^8.4",
20-
"illuminate/support": "^10.48.28|^11.43|^12.0"
20+
"illuminate/support": "^11.44|^12.0"
2121
},
2222
"require-dev": {
2323
"driftingly/rector-laravel": "^2.0",
2424
"larastan/larastan": "^3.6",
2525
"laravel/pint": "^1.24",
2626
"mockery/mockery": "^1.4.4",
27-
"orchestra/testbench": "^8.0|^9.0|^10.0",
27+
"orchestra/testbench": "^9.0|^10.0",
2828
"phpunit/phpunit": "^10.4|^11.5.3",
2929
"rector/rector": "^2.0"
3030
},

0 commit comments

Comments
 (0)