Skip to content

Commit

Permalink
Minimal PHP version is 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Smet committed Jun 10, 2022
1 parent 9939250 commit 0027117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Uploading coverage to coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make report-coveralls --no-print-directory
run: make report-coveralls --no-print-directory || true

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0027117

Please sign in to comment.