Skip to content

Commit

Permalink
Fix tests action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick committed Jan 19, 2023
1 parent 80adfa4 commit 36f1302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:

- if: matrix.php == '8.1'
name: Require packages for PHP 8.1
run: composer require orchestra/testbench:^6.23 --no-update
run: composer require orchestra/testbench:'^6.23 || ^7.0 || ^8.0' --no-update

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

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

0 comments on commit 36f1302

Please sign in to comment.