Skip to content

Commit

Permalink
fix: Update box for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 22, 2021
1 parent 01fa889 commit 6c6c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
php-version: '7.4'

- name: Download box
run: wget https://github.com/humbug/box/releases/download/3.11.0/box.phar
run: wget https://github.com/humbug/box/releases/download/3.13.0/box.phar

- name: Remove dev deps
run: composer install --no-dev
Expand Down

0 comments on commit 6c6c4d3

Please sign in to comment.