Add php version

This commit is contained in:
Henry Whitaker
2021-03-07 09:00:13 +00:00
parent fa58ab0168
commit e90619b536

View File

@@ -25,6 +25,8 @@ jobs:
echo TELEGRAM_CHAT_ID=$TELEGRAM_CHAT_ID >> .env
echo HEALTHCHECKS_UUID=$HEALTHCHECKS_UUID >> .env
- name: Install Dependencies
with:
php-version: '7.4'
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Create Database
run: |