1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:34:04 +00:00

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

This reverts commit 5f3079d2ff.
This commit is contained in:
Samuel Štancl 2023-02-21 18:42:31 +01:00
parent 5f3079d2ff
commit 76dae7b025

View file

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