Skip to content

Commit 0cdcc6d

Browse files
authored
Update ci.yml
1 parent f4a93cd commit 0cdcc6d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
name: CI
22
on: ['push', 'pull_request']
33
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
134
tests:
145
name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
156
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)