We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0adbaa + 7c0fecc commit 544933dCopy full SHA for 544933d
.github/workflows/fix-php-code-style-issues.yml
@@ -24,7 +24,7 @@ jobs:
24
run: composer config github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Install composer dependencies
27
- uses: nick-fields/retry@v2
+ uses: nick-fields/retry@v3
28
with:
29
timeout_minutes: 3
30
max_attempts: 5
.github/workflows/phpstan.yml
@@ -27,7 +27,7 @@ jobs:
coverage: none
31
32
33
0 commit comments