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 c4cfbf0 commit 6008368Copy full SHA for 6008368
.github/workflows/ci.yml
@@ -60,5 +60,7 @@ jobs:
60
run: composer require "laravel/framework:^6.0"
61
- name: Install Dependencies
62
run: composer install --prefer-dist --no-interaction --no-suggest
63
+ - name: Laravel Version
64
+ run: php artisan list | grep "Laravel Framework"
65
- name: Run PHPUnit
66
run: composer test
0 commit comments