Skip to content

Commit

Permalink
fix: use locked package versions for quality assurance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed Jan 6, 2022
1 parent 9537d0a commit 626f135
Show file tree
Hide file tree
Showing 3 changed files with 5,694 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
key: phpstan

- name: Install dependencies
run: composer update --prefer-dist --no-interaction
run: composer install --prefer-dist --no-interaction

- name: Creating var directory
run: mkdir -p var/cache
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var
vendor
composer.lock
phpstan.neon
Loading

0 comments on commit 626f135

Please sign in to comment.