Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Set Minimum PHP 8.0 Versions
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
command: composer require guzzlehttp/guzzle:^7.2 --no-interaction --no-update
if: matrix.php-versions >= 8

- name: Set Minimum PHP 8.1 Versions
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
command: composer require symfony/symfony:5.4.x-dev league/commonmark:^2.0.2 phpunit/phpunit:^9.5.8 --no-interaction --no-update
if: matrix.php-versions >= 8.1

- name: Install dependencies
uses: nick-invision/retry@v2.9.0
uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 5
max_attempts: 5
Expand Down