Skip to content

Commit 2b9b741

Browse files
committed
Fix github test errors
1 parent 57a77a0 commit 2b9b741

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
2424
php: [8.4, 8.3]
25-
laravel: [12.*, 11.*, 10.*]
25+
laravel: [12.*]
2626
stability: [prefer-lowest, prefer-stable]
2727
include:
2828
- laravel: 12.*
2929
testbench: 10.*
30-
- laravel: 11.*
31-
testbench: 9.*
32-
- laravel: 10.*
33-
testbench: 8.*
3430

3531

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.14",
32-
"nunomaduro/collision": "^8.1.1||^7.10.0",
32+
"nunomaduro/collision": "^8.1.1",
3333
"larastan/larastan": "^2.9||^3.0",
34-
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
34+
"orchestra/testbench": "^10.0.0",
3535
"pestphp/pest": "^3.0",
3636
"pestphp/pest-plugin-arch": "^3.0",
37-
"pestphp/pest-plugin-laravel": "^2.4|^3.0",
37+
"pestphp/pest-plugin-laravel": "^3.0",
3838
"phpstan/extension-installer": "^1.3||^2.0",
3939
"phpstan/phpstan-deprecation-rules": "^1.1||^2.0",
4040
"phpstan/phpstan-phpunit": "^1.3||^2.0"

0 commit comments

Comments
 (0)