diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e3b7720..89cab6a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -36,7 +36,7 @@ jobs: update: true - name: Install Composer 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: Prepare Laravel Application run: | @@ -109,4 +109,4 @@ jobs: run: ./codecov upload-process -t ${{ secrets.CODECOV_TOKEN }} -n 'javascript'-${{ github.run_id }} -F 'javascript' -f coverage/coverage-final.json - name: Trigger notifications - run: ./codecov send-notifications -t ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + run: ./codecov send-notifications -t ${{ secrets.CODECOV_TOKEN }}