1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:44:03 +00:00

use the laravel version from the ci matrix for the phpstan job as well

This commit is contained in:
Samuel Štancl 2023-02-21 18:38:20 +01:00
parent 4acf7e26b5
commit 5f3079d2ff

View file

@ -114,7 +114,9 @@ jobs:
with: with:
php-version: '8.2' php-version: '8.2'
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install composer dependencies - name: Install Composer dependencies
run: composer install run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run phpstan - name: Run phpstan
run: vendor/bin/phpstan analyse --xdebug run: vendor/bin/phpstan analyse --xdebug