Skip to content

Commit 6008368

Browse files
committed
Update ci job
1 parent c4cfbf0 commit 6008368

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@ jobs:
6060
run: composer require "laravel/framework:^6.0"
6161
- name: Install Dependencies
6262
run: composer install --prefer-dist --no-interaction --no-suggest
63+
- name: Laravel Version
64+
run: php artisan list | grep "Laravel Framework"
6365
- name: Run PHPUnit
6466
run: composer test

0 commit comments

Comments
 (0)