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 5f5e132 commit a8487b7
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 @@ -40,5 +40,5 @@ jobs:
cd ./demo-project
composer require --ansi jawira/doctrine-diagram-bundle:dev-${{ github.event.pull_request.head.ref }}
rm -rf vendor composer.lock
composer update --ansi --no-interaction --prefer-dist --no-scripts ${{ inputs.composer-flag }}
composer update --ansi --no-interaction --prefer-dist ${{ inputs.composer-flag }}
bin/console help doctrine:diagram

0 comments on commit a8487b7

Please sign in to comment.