Skip to content

Commit

Permalink
Allow orchestra/testbench 9.0 in tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Dec 2, 2024
1 parent b117fb2 commit 3ea8f1e
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 @@ -36,7 +36,7 @@ jobs:

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

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

0 comments on commit 3ea8f1e

Please sign in to comment.