We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6268ab6 commit 6c7d6c2Copy full SHA for 6c7d6c2
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
102
- run: php ./bin/fix-symfony-version.php "${{ matrix.symfony_version }}"
103
104
- - run: composer install --no-progress ${{ matrix.dependencies }}
+ - run: composer update --no-progress ${{ matrix.dependencies }}
105
106
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
107
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
152
153
154
0 commit comments