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 7167d69 commit adeb229Copy full SHA for adeb229
.github/workflows/test-application.yaml
@@ -96,6 +96,12 @@ jobs:
96
restore-keys: |
97
${{ runner.os }}-composer-
98
99
+ - name: Composer require
100
+ if: ${{ matrix.symfony-version == '^4.4' }}
101
+ # symfony 4.4 not compatible with doctrine/annotations 2.0: https://github.com/symfony/symfony/issues/48717#issuecomment-1359164836
102
+ run: |
103
+ composer require --no-update doctrine/annotations:^1.10
104
+
105
- name: Install dependencies
106
run: |
107
composer validate
0 commit comments