Skip to content

Commit adeb229

Browse files
Increase PHP 7.3 tests with Symfony 5.4
1 parent 7167d69 commit adeb229

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-application.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ jobs:
9696
restore-keys: |
9797
${{ runner.os }}-composer-
9898
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+
99105
- name: Install dependencies
100106
run: |
101107
composer validate

0 commit comments

Comments
 (0)