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

Fix formatting

This commit is contained in:
lukinovec 2023-02-16 13:03:21 +01:00
parent a26e013f80
commit b228ad7052

View file

@ -23,17 +23,17 @@ jobs:
php: 8.1
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '${{ matrix.php }}'
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '${{ matrix.php }}'
- name: Install composer dependencies
uses: actions/checkout@v2
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Install composer dependencies
uses: actions/checkout@v2
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests
run: vendor/bin/pest
- name: Run tests
run: vendor/bin/pest
phpstan:
name: Static analysis (PHPStan)