File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 env :
2323 COMPOSER_NO_INTERACTION : 1
24+ COMPOSER_NO_SECURITY_BLOCKING : 1
2425
2526 strategy :
2627 fail-fast : false
6667 --no-interaction --no-update
6768
6869 # Actually run the composer installation
69- composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
70+ composer install --no-interaction --prefer-dist --no-progress
7071
7172 - name : Run phpunit
7273 run : vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-filter=src/Sentry
8081 runs-on : ubuntu-latest
8182 env :
8283 COMPOSER_NO_INTERACTION : 1
84+ COMPOSER_NO_SECURITY_BLOCKING : 1
8385
8486 strategy :
8587 fail-fast : false
@@ -175,7 +177,7 @@ jobs:
175177 --no-interaction --no-update
176178
177179 # Actually run the composer installation
178- composer install --no-interaction --prefer-dist --no-progress --no-security-blocking
180+ composer install --no-interaction --prefer-dist --no-progress
179181
180182 - name : Run phpunit
181183 run : vendor/bin/phpunit --coverage-clover=coverage.xml --whitelist=src/Sentry
You can’t perform that action at this time.
0 commit comments