diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 79e9786..3ace834 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,8 +97,7 @@ jobs: - name: Install dependencies if: matrix.laravel == '11.*' && matrix.php == '8.3' - run: | - composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction + run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction - name: Execute tests