We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a93cd commit 0cdcc6dCopy full SHA for 0cdcc6d
1 file changed
.github/workflows/ci.yml
@@ -1,15 +1,6 @@
1
name: CI
2
on: ['push', 'pull_request']
3
jobs:
4
- #phpstan:
5
- # name: PHP Static Analysis
6
- # runs-on: ubuntu-latest
7
- # steps:
8
- # - uses: actions/checkout@v2
9
- # - name: PHPStan
10
- # uses: docker://oskarstark/phpstan-ga
11
- # with:
12
- # args: analyse src/ -c phpstan.neon
13
tests:
14
name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
15
runs-on: ${{ matrix.os }}
0 commit comments