From cdd6ffd486d9a7938a21ed29e38f0bf3c4d8c9c8 Mon Sep 17 00:00:00 2001 From: raccoon254 Date: Fri, 17 May 2024 08:30:16 +0300 Subject: [PATCH] Added composer update to yml file --- .github/workflows/laravel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a64f455..6b5a649 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/checkout@v4 - name: Copy .env run: php -r "file_exists('.env') || copy('.env.example', '.env');" + - name: Update Composer + run: composer self-update - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Generate key