Skip to content

Commit

Permalink
Removed composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Apr 2, 2024
1 parent 2e7923c commit 382ae45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,545 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

Expand Down
Loading

0 comments on commit 382ae45

Please sign in to comment.