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 6008368 commit e6c9d28Copy full SHA for e6c9d28
.github/workflows/ci.yml
@@ -61,6 +61,6 @@ jobs:
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"
+ run: cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep "const VERSION"
65
- name: Run PHPUnit
66
run: composer test
0 commit comments