File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout Repository
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515
1616 - name : Setup PHP
1717 uses : shivammathur/setup-php@v2
3030
3131 steps :
3232 - name : Checkout Repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434
3535 - name : Setup PHP
3636 uses : shivammathur/setup-php@v2
4141 run : composer install --no-interaction --no-progress --no-scripts --prefer-dist
4242
4343 - name : Run Static Analysis
44- run : vendor/bin/psalm
44+ run : vendor/bin/phpstan analyze
4545
4646 tests :
4747 name : Tests
5353
5454 steps :
5555 - name : Checkout Repository
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v4
5757
5858 - name : Setup PHP
5959 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments