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.
1 parent 93a9150 commit bafb892Copy full SHA for bafb892
.github/workflows/tests.yml
@@ -99,7 +99,7 @@ jobs:
99
max_attempts: 5
100
command: |
101
composer require nesbot/carbon:^2.62.1 --dev --${{ matrix.stability }} --no-update --no-interaction
102
- if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest'
+ if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel < 12
103
104
- name: Set Minimum PHP 8.2 Versions and Laravel > 11
105
uses: nick-fields/retry@v3
0 commit comments