From db7e307b2056ecdb9f02a0eebae79dc6d2e5e906 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Sun, 7 Mar 2021 09:02:29 +0000 Subject: [PATCH] workflow update --- .github/workflows/laravel-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/laravel-pr.yml b/.github/workflows/laravel-pr.yml index b9fa4c00..218c886a 100644 --- a/.github/workflows/laravel-pr.yml +++ b/.github/workflows/laravel-pr.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: + - uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8 + with: + php-version: '7.4' - uses: actions/checkout@v2 - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" @@ -25,8 +28,6 @@ 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: |