Skip to content

Commit 6c7d6c2

Browse files
committed
Derp
1 parent 6268ab6 commit 6c7d6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)