mirror of
https://github.com/danog/Valinor.git
synced 2024-11-30 04:39:05 +01:00
fix: use locked package versions for quality assurance workflow
This commit is contained in:
parent
9537d0a5bb
commit
626f135eee
2
.github/workflows/quality-assurance.yml
vendored
2
.github/workflows/quality-assurance.yml
vendored
@ -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
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
var
|
||||
vendor
|
||||
composer.lock
|
||||
phpstan.neon
|
||||
|
5693
composer.lock
generated
Normal file
5693
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user