Skip to content

Commit 915bf63

Browse files
committed
allow updates to laravel and testbench in tests
1 parent d84b522 commit 915bf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Install dependencies
6363
run: |
64-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
64+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction
6565
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
6666
6767
- name: List Installed Dependencies
@@ -75,4 +75,4 @@ jobs:
7575
run: |
7676
LARAVEL_VERSION="${{ matrix.laravel }}"
7777
LARAVEL_VERSION="${LARAVEL_VERSION%%.*}"
78-
vendor/bin/phpstan analyse -c "phpstan-${LARAVEL_VERSION}.neon" src
78+
vendor/bin/phpstan analyse -c "phpstan-${LARAVEL_VERSION}.neon" src

0 commit comments

Comments
 (0)