Skip to content

Commit

Permalink
Unversion composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
aboks committed Jun 16, 2022
1 parent c1d95a4 commit 246f913
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,749 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,10 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Validate composer.json and composer.lock
- name: Validate composer.json
run: composer validate

- 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
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/.idea/
/.phpunit.result.cache
/composer.lock
Loading

0 comments on commit 246f913

Please sign in to comment.