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 b4e6302 commit 5531654Copy full SHA for 5531654
.github/workflows/phpstan.yml
@@ -1,4 +1,4 @@
1
-name: run-tests
+name: run-phpstan
2
3
on: [push, pull_request]
4
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install dependencies
40
run: |
41
- 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 --no-update
42
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
43
44
- name: Execute tests
0 commit comments