Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Nov 5, 2024
1 parent 81384c3 commit 12241a4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ jobs:
name: Require packages for PHP 8.1
run: composer require orchestra/testbench:'^6.23 || ^7.0 || ^8.0 || ^9.0' --no-update --dev

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

- if: matrix.php == '8.3'
name: Require packages for PHP 8.3
- 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

- name: Install dependencies
Expand Down

0 comments on commit 12241a4

Please sign in to comment.