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 196195e commit c52036cCopy full SHA for c52036c
.github/workflows/run-tests.yml
@@ -55,10 +55,8 @@ jobs:
55
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" --no-interaction --no-update
56
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
57
58
- - name: Display PHP and Laravel versions
59
- run: |
60
- php -v | grep ^PHP | cut -d' ' -f2
61
- php artisan -V
+ - name: Display PHP version
+ run: php -v | grep ^PHP | cut -d' ' -f2
62
63
- name: Execute tests
64
run: vendor/bin/phpunit
0 commit comments