Skip to content

Commit

Permalink
Merge pull request #16 from MGatner/lockfile
Browse files Browse the repository at this point in the history
Version Control
  • Loading branch information
lonnieezell authored Jun 16, 2020
2 parents 639fd4b + 40e5348 commit 79a9fb4
Show file tree
Hide file tree
Showing 3 changed files with 1,976 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ phpunit
# Composer
#-------------------------
vendor/
composer.lock

#-------------------------
# IDE / Development Files
Expand Down
Loading

0 comments on commit 79a9fb4

Please sign in to comment.