Skip to content

Commit

Permalink
Update install-laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 8, 2023
1 parent 52f1f82 commit cce878a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install-laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
shell: "bash"

steps:
-
name: "Checkout repository"
uses: "actions/checkout@v3"
-
name: "Setup PHP"
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php }}"
extensions: "dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, fileinfo, exif"
coverage: "none"
-
name: "Checkout code"
uses: "actions/checkout@v3"
-
name: "Install Root in Laravel"
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
php artisan root:install --seed
php artisan root:publish --packages
-
name: "Check stubs"
name: "Perform static analysis on stubs"
working-directory: "laravel"
run: |
composer require --no-interaction --dev --prefer-dist nunomaduro/larastan
Expand Down

0 comments on commit cce878a

Please sign in to comment.