Skip to content

Commit 94c8c6a

Browse files
committed
Don't need this; it defaults to finding the lock file there
1 parent 4850b9d commit 94c8c6a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
- name: PHP Security Checker
4040
uses: symfonycorp/security-checker-action@v2
4141
if: ${{ matrix.stability == 'prefer-stable' }}
42-
with:
43-
composer: './composer.lock'
4442

4543
- name: Execute tests
4644
run: vendor/bin/phpunit --coverage-clover=coverage.clover --verbose

0 commit comments

Comments
 (0)