File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 name : Nette Code Checker
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - uses : shivammathur/setup-php@v2
1212 with :
13- php-version : 8.0
13+ php-version : 8.3
1414 coverage : none
1515
1616 - run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
@@ -21,10 +21,10 @@ jobs:
2121 name : Nette Coding Standard
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - uses : shivammathur/setup-php@v2
2626 with :
27- php-version : 8.0
27+ php-version : 8.3
2828 coverage : none
2929
3030 - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 name : PHPStan
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - uses : shivammathur/setup-php@v2
1515 with :
1616 php-version : 8.0
1717 coverage : none
1818
1919 - run : composer install --no-progress --prefer-dist
20- - run : composer phpstan
20+ - run : composer phpstan -- --no-progress
2121 continue-on-error : true # is only informative
Original file line number Diff line number Diff line change 2424 - if : failure()
2525 uses : actions/upload-artifact@v2
2626 with :
27- name : output
27+ name : output-${{ matrix.php }}
2828 path : tests/output
2929
3030
You can’t perform that action at this time.
0 commit comments