Skip to content

Commit

Permalink
Test Carbon 3 with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Jan 26, 2024
1 parent ee58c7d commit 1d0dbfa
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 @@ -70,6 +70,15 @@ jobs:
max_attempts: 5
command: composer require guzzlehttp/psr7:^2.4 --no-interaction --no-update

# TODO: Remove this step once Carbon 3 tagged as stable
- name: Test Carbon 3
if: matrix.stability == 'prefer-stable'
uses: nick-fields/retry@v2
with:
timeout_minutes: 5
max_attempts: 5
command: composer require nesbot/carbon^3.0.0-beta.3@beta --no-interaction --no-update

- name: Set PHPUnit
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit 1d0dbfa

Please sign in to comment.