Skip to content

Commit 382ae45

Browse files
committed
Removed composer.lock
1 parent 2e7923c commit 382ae45

File tree

2 files changed

+0
-2545
lines changed

2 files changed

+0
-2545
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
- name: Validate composer.json and composer.lock
2626
run: composer validate --strict
2727

28-
- name: Cache Composer packages
29-
id: composer-cache
30-
uses: actions/cache@v3
31-
with:
32-
path: vendor
33-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
34-
3528
- name: Install Composer dependencies
3629
run: composer install --prefer-dist --no-progress
3730

0 commit comments

Comments
 (0)