mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 11:24:03 +00:00
Revert adding setup-php
This commit is contained in:
parent
b228ad7052
commit
f18fa43cfe
1 changed files with 1 additions and 7 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -23,15 +23,9 @@ jobs:
|
||||||
php: 8.1
|
php: 8.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PHP
|
- uses: actions/checkout@v2
|
||||||
uses: shivammathur/setup-php@v2
|
|
||||||
with:
|
|
||||||
php-version: '${{ matrix.php }}'
|
|
||||||
|
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
uses: actions/checkout@v2
|
|
||||||
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
run: composer require "illuminate/support:^${{ matrix.laravel }}.0"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: vendor/bin/pest
|
run: vendor/bin/pest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue