diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 7cabf28..ee2ec48 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -21,7 +21,7 @@ jobs: - name: remove composer lock run: rm composer.lock - name: Install Dependencies - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --ignore-platform-reqs - name: Generate key run: php artisan key:generate - name: Directory Permissions