Skip to content

5.x 添加查询分账回退结果、发起自定义请求。安全请求自定义接口 (#2871) #1756

5.x 添加查询分账回退结果、发起自定义请求。安全请求自定义接口 (#2871)

5.x 添加查询分账回退结果、发起自定义请求。安全请求自定义接口 (#2871) #1756

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
phpunit:
name: PHP-${{ matrix.php_version }}-${{ matrix.perfer }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php_version:
- 7.4
# - 8.0-rc
perfer:
- stable
# - lowest
container:
image: nauxliu/php-ci-image:${{ matrix.php_version }}
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: composer update --prefer-dist --no-interaction --no-suggest --prefer-${{ matrix.perfer }}
- name: Run PHPUnit
run: ./vendor/bin/phpunit