Skip to content

Commit e6c9d28

Browse files
committed
Update ci job
1 parent 6008368 commit e6c9d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ jobs:
6161
- name: Install Dependencies
6262
run: composer install --prefer-dist --no-interaction --no-suggest
6363
- name: Laravel Version
64-
run: php artisan list | grep "Laravel Framework"
64+
run: cat vendor/laravel/framework/src/Illuminate/Foundation/Application.php | grep "const VERSION"
6565
- name: Run PHPUnit
6666
run: composer test

0 commit comments

Comments
 (0)