Skip to content

Commit 6215b18

Browse files
[REMOVE] orchestra testbench matrix option
Co-Authored-By: Vincent van Hoven <11269255+vincentvanhoven@users.noreply.github.com>
1 parent c02659c commit 6215b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
sudo apt install --yes jq
3939
composer config --global --auth http-basic.repo.packagist.com "Vincent van Hoven" ${{ env.PACKAGIST_TOKEN }}
4040
echo '{"http-basic": {"repo.packagist.com": {"username": "Vincent van Hoven", "password": "${{ env.PACKAGIST_TOKEN }}"}}}' > $GITHUB_WORKSPACE/auth.json
41-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
41+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
4242
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4343
4444
- name: Setup Problem Matches

0 commit comments

Comments
 (0)