We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c783b1d commit 8b66b37Copy full SHA for 8b66b37
2 files changed
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install prerequisites
46
run: |
47
- wget -O box.phar https://github.com/humbug/box/releases/download/4.0.2/box.phar
+ wget -O box.phar https://github.com/humbug/box/releases/download/4.2.0/box.phar
48
echo "BOX_BIN=$(pwd)/box.phar" >> $GITHUB_ENV
49
sudo chown -R $(whoami):$(whoami) .
50
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: composer install --prefer-dist --no-interaction --no-progress --ansi
28
29
- name: Download box.phar
30
- run: wget -O box.phar https://github.com/humbug/box/releases/download/4.0.2/box.phar
+ run: wget -O box.phar https://github.com/humbug/box/releases/download/4.2.0/box.phar
31
32
- name: Compile project
33
run: php ./box.phar compile
0 commit comments