We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02659c commit 6215b18Copy full SHA for 6215b18
action.yml
@@ -38,7 +38,7 @@ runs:
38
sudo apt install --yes jq
39
composer config --global --auth http-basic.repo.packagist.com "Vincent van Hoven" ${{ env.PACKAGIST_TOKEN }}
40
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
+ composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
42
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
43
44
- name: Setup Problem Matches
0 commit comments