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

Change formatting

This commit is contained in:
lukinovec 2023-02-16 13:37:17 +01:00
parent ab687184e1
commit eeb17d29c2

View file

@ -25,9 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
- name: Run tests