File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Install prerequisites
4646 run : |
47- wget -O box.phar https://github.com/humbug/box/releases/download/4.0.2 /box.phar
47+ wget -O box.phar https://github.com/humbug/box/releases/download/4.2.0 /box.phar
4848 echo "BOX_BIN=$(pwd)/box.phar" >> $GITHUB_ENV
4949 sudo chown -R $(whoami):$(whoami) .
5050
Original file line number Diff line number Diff line change 2727 run : composer install --prefer-dist --no-interaction --no-progress --ansi
2828
2929 - name : Download box.phar
30- run : wget -O box.phar https://github.com/humbug/box/releases/download/4.0.2 /box.phar
30+ run : wget -O box.phar https://github.com/humbug/box/releases/download/4.2.0 /box.phar
3131
3232 - name : Compile project
3333 run : php ./box.phar compile
You can’t perform that action at this time.
0 commit comments