Merge remote-tracking branch 'origin/markcheret-patch-1' into fix-php-ci

This commit is contained in:
Ben Goldsworthy 2021-04-14 23:25:39 +01:00
commit 322ee4b9f5

View file

@ -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