We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d11fdd commit 96d92cfCopy full SHA for 96d92cf
.github/workflows/continuous-integration.yml
@@ -84,6 +84,9 @@ jobs:
84
run: "composer require doctrine/dbal ^${{ matrix.dbal-version }} --no-update"
85
if: "${{ matrix.dbal-version != 'default' }}"
86
87
+ - name: 'Uninstall phpDocumentor Guides'
88
+ run: composer remove --no-update --dev phpdocumentor/guides-cli
89
+
90
- name: "Install dependencies with Composer"
91
uses: "ramsey/composer-install@v3"
92
with:
0 commit comments