Skip to content

Commit

Permalink
ignore composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed May 15, 2024
1 parent c5e69dd commit 05aafa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,626 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/example/HtmlOutput/html-example.htm
/example/FpdfOutput/fpdf_example.pdf
/.php-cs-fixer.cache
/composer.lock
Loading

0 comments on commit 05aafa2

Please sign in to comment.