Skip to content

Commit 2a2a167

Browse files
authored
Merge pull request #209 from oliverklee/task/composer-lock
Stop versioning `composer.lock`
2 parents a010f9a + 638ccbf commit 2a2a167

File tree

3 files changed

+3
-1480
lines changed

3 files changed

+3
-1480
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/cache@v1
6161
with:
6262
path: ~/.cache/composer
63-
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.lock') }}
63+
key: php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
6464
restore-keys: |
6565
php${{ matrix.php-version }}-composer-
6666

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor/
1+
/composer.lock
2+
/vendor/

0 commit comments

Comments
 (0)