芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/robthree/twofactorauth/.github/workflows/test.yml
name: Test on: push: pull_request: jobs: build: runs-on: ubuntu-latest strategy: matrix: php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-version }} tools: composer coverage: xdebug ini-values: error_reporting=E_ALL - uses: ramsey/composer-install@v1 - run: composer lint - run: composer test