1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

feate(github): update ci

This commit is contained in:
Awilum
2022-04-05 21:59:41 +03:00
parent a7b4e1a24c
commit 1fecf513f2

View File

@@ -9,7 +9,7 @@ jobs:
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyse src/
args: analyse src/ -c phpstan.neon
tests:
name: Unit Tests for PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
runs-on: ${{ matrix.os }}