File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 COMPOSER_CACHE_DIR : /tmp/composer-cache
3838 with :
3939 php_version : ' 8.3'
40- args : ' install --prefer-dist --no-progress --no-suggest --no- interaction --no-plugins --no-scripts'
40+ args : ' install --prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
4141
4242 - name : Generate reports
4343 uses : php-actions/composer@v6
Original file line number Diff line number Diff line change 5353 COMPOSER_CACHE_DIR : /tmp/composer-cache
5454 with :
5555 php_version : ${{ matrix.php-version }}
56- args : ' install --prefer-dist --no-progress --no-suggest --no- interaction --no-plugins --no-scripts'
56+ args : ' install --prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
5757
5858 - name : Resolve minimum coverage
5959 id : minimum-coverage
Original file line number Diff line number Diff line change 4141 COMPOSER_CACHE_DIR : /tmp/composer-cache
4242 with :
4343 php_version : ' 8.3'
44- args : ' install --prefer-dist --no-progress --no-suggest --no- interaction --no-plugins --no-scripts'
44+ args : ' install --prefer-dist --no-progress --no-interaction --no-plugins --no-scripts'
4545
4646 - name : Create Docs Markdown
4747 uses : php-actions/composer@v6
You can’t perform that action at this time.
0 commit comments