Skip to content

Commit 8b66b37

Browse files
committed
ci: use box 4.2.0
1 parent c783b1d commit 8b66b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)