Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
run: "composer require doctrine/dbal ^${{ matrix.dbal-version }} --no-update"
if: "${{ matrix.dbal-version != 'default' }}"

- name: 'Uninstall phpDocumentor Guides'
run: composer remove --no-update --dev phpdocumentor/guides-cli

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
with:
Expand Down Expand Up @@ -146,6 +149,9 @@ jobs:
- name: "Allow dev dependencies"
run: composer config minimum-stability dev

- name: 'Uninstall phpDocumentor Guides'
run: composer remove --no-update --dev phpdocumentor/guides-cli

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v3"
with:
Expand Down