File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- name : PHPStan
1+ name : PHP CS Fixer
22
33on : [push, pull_request]
44
55jobs :
66 php-cs-fixer :
7- name : PHP-CS-Fixer
8- runs-on : ubuntu-latest
7+ name : PHP CS Fixer ${{ matrix.php-versions }}
8+ runs-on : ${{ matrix.operating-system }}
9+ strategy :
10+ matrix :
11+ php-versions : ['8.3', '8.4']
12+ container : " ghcr.io/php-cs-fixer/php-cs-fixer:3-php${{ matrix.php-versions }}"
913 steps :
10- - uses : actions/checkout@v3
1114 - name : PHP-CS-Fixer
12- uses : docker://oskarstark/ php-cs-fixer-ga
15+ run : php-cs-fixer check --config .php-cs-fixer.dist.php --using-cache=no --allow-risky=yes || exit 1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 phpstan :
7- name : PHP ${{ matrix.php-versions }} Tests
7+ name : PHPStan ${{ matrix.php-versions }}
88 runs-on : ${{ matrix.operating-system }}
99 strategy :
1010 matrix :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 phpstan :
7- name : PHP ${{ matrix.php-versions }} Tests
7+ name : Psalm ${{ matrix.php-versions }}
88 runs-on : ${{ matrix.operating-system }}
99 strategy :
1010 matrix :
You can’t perform that action at this time.
0 commit comments