fix: ignore PHP version

This commit is contained in:
Ben Goldsworthy 2021-04-14 23:38:13 +01:00
parent feb9995bc8
commit 6891f58f2c

View file

@ -27,7 +27,7 @@ jobs:
# ${{ runner.os }}-php-
- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md