Skip to content

Commit bafb892

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 93a9150 commit bafb892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
max_attempts: 5
100100
command: |
101101
composer require nesbot/carbon:^2.62.1 --dev --${{ matrix.stability }} --no-update --no-interaction
102-
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest'
102+
if: matrix.php >= 8.2 && matrix.stability == 'prefer-lowest' && matrix.laravel < 12
103103

104104
- name: Set Minimum PHP 8.2 Versions and Laravel > 11
105105
uses: nick-fields/retry@v3

0 commit comments

Comments
 (0)