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 44
44
45
45
- name : Install prerequisites
46
46
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
48
48
echo "BOX_BIN=$(pwd)/box.phar" >> $GITHUB_ENV
49
49
sudo chown -R $(whoami):$(whoami) .
50
50
Original file line number Diff line number Diff line change 27
27
run : composer install --prefer-dist --no-interaction --no-progress --ansi
28
28
29
29
- 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
31
31
32
32
- name : Compile project
33
33
run : php ./box.phar compile
You can’t perform that action at this time.
0 commit comments