File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : shivammathur/setup-php@v2
1212 with :
13- php-version : 8.1
13+ php-version : 8.3
1414 coverage : none
1515
1616 - run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
2424 - uses : actions/checkout@v4
2525 - uses : shivammathur/setup-php@v2
2626 with :
27- php-version : 8.1
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 2222 - run : composer install --no-progress --prefer-dist
2323 - run : vendor/bin/tester tests -s -C
2424 - if : failure()
25- uses : actions/upload-artifact@v3
25+ uses : actions/upload-artifact@v4
2626 with :
27- name : output
27+ name : output-${{ matrix.php }}
2828 path : tests/**/output
2929
3030
4040
4141 - run : composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
4242 - run : vendor/bin/tester tests -s -C
43- - if : failure()
44- uses : actions/upload-artifact@v3
45- with :
46- name : output
47- path : tests/**/output
4843
4944
5045 code_coverage :
You can’t perform that action at this time.
0 commit comments