We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84b522 commit 915bf63Copy full SHA for 915bf63
.github/workflows/run-tests.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Install dependencies
63
run: |
64
- composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
+ composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction
65
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
66
67
- name: List Installed Dependencies
@@ -75,4 +75,4 @@ jobs:
75
76
LARAVEL_VERSION="${{ matrix.laravel }}"
77
LARAVEL_VERSION="${LARAVEL_VERSION%%.*}"
78
- vendor/bin/phpstan analyse -c "phpstan-${LARAVEL_VERSION}.neon" src
+ vendor/bin/phpstan analyse -c "phpstan-${LARAVEL_VERSION}.neon" src
0 commit comments