Skip to content

Commit

Permalink
Use Box 3.16.0 to be compatible with PHP 8.0.28
Browse files Browse the repository at this point in the history
Intead of previously Box 4.*.*.
  • Loading branch information
machitgarha committed Apr 1, 2023
1 parent 0048f56 commit ce31db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
composer-options: "--no-dev --optimize-autoloader"

- name: Install Box using Phive
run: phive --no-progress install humbug/box --trust-gpg-keys 41539BBD4020945DB378F98B2DF45277AEF09A2F
run: phive --no-progress install humbug/box@3.16.0 --trust-gpg-keys 41539BBD4020945DB378F98B2DF45277AEF09A2F

- name: Build Phar
run: ./tools/box compile
Expand Down

0 comments on commit ce31db9

Please sign in to comment.