File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
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 : PHPStan ${{ matrix.php-versions }}
8+ runs-on : ${{ matrix.operating-system }}
9+ strategy :
10+ matrix :
11+ operating-system : ['ubuntu-latest']
12+ php-versions : ['8.3', '8.4']
13+
914 steps :
1015 - uses : actions/checkout@v3
1116 - name : PHP-CS-Fixer
12- uses : docker://oskarstark /php-cs-fixer-ga
17+ uses : docker://ghcr.io /php-cs-fixer/php-cs-fixer:3-php${{ matrix.php-versions }}
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