Skip to content

Commit

Permalink
fixup! Add github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Oct 21, 2024
1 parent 3390fb5 commit 6380b4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
php expand_composer_json.php collabora_online
rm -f expand_composer_json.php
- run: composer update --no-install ${{ matrix.composer-flags }}
- name: Further prepare composer.json to avoid bad versions.
run: |
# Avoid composer/installers v1 with '--prefer-lowest'.
composer require --no-update --dev composer/installers:^2
# Avoid open-telemetry/sdk beta version with '--prefer-lowest'.
composer require --no-update --dev open-telemetry/sdk:@stable
- run: composer config --no-plugins allow-plugins.php-http/discovery false
- run: composer update --no-install ${{ matrix.composer-flags }}

- run: composer install --no-interaction

Expand Down

0 comments on commit 6380b4c

Please sign in to comment.