Skip to content

Commit

Permalink
Prevent deprecation warnings from Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 22, 2024
1 parent c1862c5 commit cde9043
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ jobs:
ini-values: short_open_tag=on
coverage: none

- name: Set Minimum PHP 8.4 Versions
uses: nick-fields/retry@v3
with:
timeout_minutes: 5
max_attempts: 5
command: composer require nesbot/carbon:^3.4 --no-interaction --no-update
shell: bash
if: matrix.php >= 8.4

- name: Install dependencies
uses: nick-invision/retry@v3
if: steps.should-run-tests.outputs.result == 'true'
Expand Down

0 comments on commit cde9043

Please sign in to comment.