File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 - run : php ./bin/fix-symfony-version.php "${{ matrix.symfony_version }}"
103103
104- - run : composer install --no-progress ${{ matrix.dependencies }}
104+ - run : composer update --no-progress ${{ matrix.dependencies }}
105105
106106 - run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
107107
@@ -148,7 +148,7 @@ jobs:
148148
149149 - run : php ./bin/fix-symfony-version.php "${{ matrix.symfony_version }}"
150150
151- - run : composer install --no-progress ${{ matrix.dependencies }}
151+ - run : composer update --no-progress ${{ matrix.dependencies }}
152152
153153 - run : sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
154154
You can’t perform that action at this time.
0 commit comments