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:
parent
4acf7e26b5
commit
5f3079d2ff
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue