We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa382f commit 7337f42Copy full SHA for 7337f42
2 files changed
.github/workflows/docs.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Symlink phpDocumentor
32
run: ln -s $(pwd)/${{ steps.extract.outputs.destination }}/bin/phpdoc /usr/local/bin/phpdoc
33
- name: Install Dependencies
34
- uses: nick-invision/retry@v3
+ uses: nick-invision/retry@v4
35
with:
36
timeout_minutes: 10
37
max_attempts: 3
.github/workflows/unit-tests.yaml
@@ -44,7 +44,7 @@ jobs:
44
php-version: ${{ matrix.php }}
45
extensions: sodium,${{ matrix.extensions }}
46
47
48
49
50
0 commit comments