Skip to content

Commit 2d3f2af

Browse files
committed
Remove unnecessary dependencies
1 parent 0df1907 commit 2d3f2af

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: .github/workflows/run-tests.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
jobs:
1210
test:
@@ -21,10 +19,8 @@ jobs:
2119
include:
2220
- laravel: 11.*
2321
testbench: ^9.0
24-
collision: ^8.1
2522
- laravel: 12.*
2623
testbench: ^10.0
27-
collision: ^9.0
2824

2925
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
3026

@@ -46,7 +42,7 @@ jobs:
4642
4743
- name: Install dependencies
4844
run: |
49-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nunomaduro/collision:${{ matrix.collision }}" --no-interaction --no-update
45+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5046
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5147
5248
- name: Execute tests

Diff for: composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"illuminate/contracts": "^11.0|^12.0"
2121
},
2222
"require-dev": {
23-
"nunomaduro/collision": "^8.1|^9.0",
2423
"orchestra/testbench": "^9.0|^10.0",
2524
"phpunit/phpunit": "^10.5|^11.0"
2625
},

0 commit comments

Comments
 (0)