File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : shivammathur/setup-php@v2
1212 with :
13- php-version : 8.0
13+ php-version : 8.1
1414 coverage : none
1515
1616 - run : composer create-project nette/code-checker temp/code-checker ^3 --no-progress
2323 - uses : actions/checkout@v2
2424 - uses : shivammathur/setup-php@v2
2525 with :
26- php-version : 8.0
26+ php-version : 8.1
2727 coverage : none
2828
2929 - run : composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress --ignore-platform-reqs
Original file line number Diff line number Diff line change 1919 - name : Install PHP
2020 uses : shivammathur/setup-php@master
2121 with :
22- php-version : 8.0
22+ php-version : 8.1
2323
2424 - name : Install composer deps
2525 run : |
You can’t perform that action at this time.
0 commit comments