Skip to content

Commit

Permalink
Update build-phar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jun 5, 2021
1 parent 00e439a commit d04fb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
composer-${{ runner.os }}-
composer-
- name: Install dependencies
run: composer config minimum-stability dev && composer require humbug/box@^3.0 --dev
run: composer config minimum-stability dev && composer require humbug/box:^3.13 --dev
- name: Build phar
run: ./vendor/bin/box compile
- uses: actions/upload-artifact@v1
Expand Down

0 comments on commit d04fb1a

Please sign in to comment.