Skip to content

Commit

Permalink
Remove composer.lock from the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanhazer committed Feb 2, 2022
1 parent 464cce4 commit 017227f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,127 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,8 @@ jobs:
- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
restore-keys: |
${{ runner.os }}-php-
- name: Install dependencies
run: composer update --prefer-dist --no-progress
run: composer install --prefer-dist --no-progress

- name: Run test suite
run: phpunit tests
Loading

0 comments on commit 017227f

Please sign in to comment.