Skip to content

Commit

Permalink
[bug] when building phar lock symfony at 4.4
Browse files Browse the repository at this point in the history
For some reason, symfony/string causes issues
when in phar.
  • Loading branch information
kbond committed Jul 27, 2021
1 parent 29bf3a4 commit 7652252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
php-version: 7.4
coverage: none

- name: Install Symfony Flex
run: composer global require --no-progress --no-scripts --no-plugins symfony/flex dev-main

- name: Install dependencies
uses: ramsey/composer-install@v1
env:
SYMFONY_REQUIRE: 4.4.*

- name: Download Box
run: wget https://github.com/box-project/box/releases/download/3.13.0/box.phar
Expand Down

0 comments on commit 7652252

Please sign in to comment.