Skip to content

Commit

Permalink
tests: Test lowest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jawira committed Jan 30, 2024
1 parent 576625a commit d389066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
run: |
cd ./demo-project
composer require --ansi jawira/doctrine-diagram-bundle:dev-${{ github.event.pull_request.head.ref }}
composer update symfony/flex --ansi --no-interaction --prefer-dist --no-scripts ${{ inputs.composer-flag }}
rm -rf vendor composer.lock
composer update --ansi --no-interaction --prefer-dist --no-scripts ${{ inputs.composer-flag }}
composer show

0 comments on commit d389066

Please sign in to comment.