Skip to content

feat: 支持hyperf3.1 #8

feat: 支持hyperf3.1

feat: 支持hyperf3.1 #8

Workflow file for this run

name: PHPUnit & PHPStan Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: cp -rf .github/Dockerfile . && docker build -t hyperf .