Skip to content

Commit

Permalink
Fixes test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 29, 2023
1 parent 14c8543 commit e0d4a8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,17 @@ jobs:
max_attempts: 5
command: |
composer require nesbot/carbon:^2.62.1 --dev --${{ matrix.stability }} --no-update --no-interaction
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest'

- name: Set Minimum PHP 8.2 Versions and Laravel > 11
uses: nick-invision/retry@v1
with:
timeout_minutes: 5
max_attempts: 5
command: |
composer require phpunit/phpunit:^10.4 --dev --${{ matrix.stability }} --no-update --no-interaction
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel >= 11

- name: Set Laravel version
uses: nick-invision/retry@v1
with:
Expand Down

0 comments on commit e0d4a8c

Please sign in to comment.