File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2323 - name : Setup PHP with Xdebug
2424 uses : shivammathur/setup-php@v2
2525 with :
26- php-version : ' 8.3'
27- coverage : xdebug
26+ php-version : ' 8.4'
2827
2928 - name : Install dependencies with composer
3029 run : composer install --no-ansi --no-interaction --no-progress && composer require barryvdh/laravel-debugbar spatie/laravel-typescript-transformer --dev
@@ -51,11 +50,10 @@ jobs:
5150 with :
5251 fetch-depth : 0
5352
54- - name : Setup PHP with Xdebug
53+ - name : Setup PHP
5554 uses : shivammathur/setup-php@v2
5655 with :
57- php-version : ' 8.3'
58- coverage : xdebug
56+ php-version : ' 8.4'
5957
6058 - name : Install dependencies with composer
6159 run : composer install --no-ansi --no-interaction --no-progress && composer require barryvdh/laravel-debugbar spatie/laravel-typescript-transformer --dev
You can’t perform that action at this time.
0 commit comments