Skip to content

Commit

Permalink
Allow nesbot/carbon 3.4 in tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Dec 2, 2024
1 parent 6503220 commit e869d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- if: matrix.php >= '8.2'
name: Require packages for PHP greater than 8.2
run: composer require orchestra/testbench:'^6.23 || ^7.0 || ^8.0 || ^9.0' nesbot/carbon:^2.62.1 --no-update --dev
run: composer require orchestra/testbench:'^6.23 || ^7.0 || ^8.0 || ^9.0' nesbot/carbon:'^2.62.1 || ^3.4' --no-update --dev

- name: Install dependencies
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit e869d91

Please sign in to comment.