Skip to content

Commit 246f913

Browse files
committed
Unversion composer.lock
1 parent c1d95a4 commit 246f913

File tree

3 files changed

+2
-1749
lines changed

3 files changed

+2
-1749
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,10 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626

27-
- name: Validate composer.json and composer.lock
27+
- name: Validate composer.json
2828
run: composer validate
2929

30-
- name: Cache Composer packages
31-
id: composer-cache
32-
uses: actions/cache@v2
33-
with:
34-
path: vendor
35-
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
36-
restore-keys: |
37-
${{ runner.os }}-php-
38-
3930
- name: Install dependencies
40-
if: steps.composer-cache.outputs.cache-hit != 'true'
4131
run: composer install --prefer-dist --no-progress --no-suggest
4232

4333
- name: Run test suite

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
/.idea/
33
/.phpunit.result.cache
4+
/composer.lock

0 commit comments

Comments
 (0)