From cd1ac3f11434473cfe3608e8ed517e9eb3144da0 Mon Sep 17 00:00:00 2001 From: neerajsohal Date: Fri, 16 Aug 2024 07:40:29 +0530 Subject: [PATCH] updated deployment script --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e32363c..6a9d5db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,12 +16,12 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' # Or your PHP version + php-version: '8.2' # Or your PHP version extensions: mbstring, xml, dom ini-values: post_max_size=256M, upload_max_filesize=256M - name: Install Composer dependencies - run: composer install --no-dev --prefer-dist --optimize-autoloader + run: composer install - name: Build static files run: php artisan export