Merge remote-tracking branch 'origin/markcheret-patch-1' into fix-php-ci
This commit is contained in:
commit
322ee4b9f5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Update composer.lock
|
||||
run: composer update
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate --strict
|
||||
|
|
Reference in a new issue