Skip to content

Commit 8009cb4

Browse files
author
Olivier Dolbeau
authored
Merge pull request #153 from odolbeau/update-github-action
Update image used in github actions
2 parents becff8a + 916f20a commit 8009cb4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/static.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Static analysis
44

55
jobs:
66
php-cs-fixer:
7+
name: PHP-CS-Fixer
78
runs-on: ubuntu-latest
89
steps:
910
- uses: actions/checkout@master
@@ -13,10 +14,11 @@ jobs:
1314
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv
1415

1516
phpstan:
17+
name: PHPStan
1618
runs-on: ubuntu-latest
1719
steps:
1820
- uses: actions/checkout@master
1921
- name: PHPStan
20-
uses: docker://oskarstark/phpstan-ga
22+
uses: docker://jakzal/phpqa:php7.3-alpine
2123
with:
22-
args: analyze --no-progress
24+
args: phpstan analyze --no-progress

0 commit comments

Comments
 (0)