mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 19:34:02 +00:00
Revert formatting changes
This commit is contained in:
parent
30a70c9ff9
commit
a26e013f80
1 changed files with 8 additions and 6 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -24,14 +24,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '${{ matrix.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"
|
||||
uses: actions/checkout@v2
|
||||
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
||||
|
||||
- name: Run tests
|
||||
run: vendor/bin/pest
|
||||
run: vendor/bin/pest
|
||||
|
||||
phpstan:
|
||||
name: Static analysis (PHPStan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue