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

Add setup-php step

This commit is contained in:
lukinovec 2023-02-16 12:52:51 +01:00
parent 43d4e70199
commit 30a70c9ff9

View file

@ -23,8 +23,12 @@ jobs:
php: 8.1
steps:
- uses: actions/checkout@v2
- 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: Run tests
run: vendor/bin/pest