Skip to content

Commit c52036c

Browse files
author
Robert Allport
authored
Update run-tests.yml
1 parent 196195e commit c52036c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@ jobs:
5555
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "symfony/console:>=4.3.4" "mockery/mockery:^1.3.2" --no-interaction --no-update
5656
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5757
58-
- name: Display PHP and Laravel versions
59-
run: |
60-
php -v | grep ^PHP | cut -d' ' -f2
61-
php artisan -V
58+
- name: Display PHP version
59+
run: php -v | grep ^PHP | cut -d' ' -f2
6260

6361
- name: Execute tests
6462
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)