Skip to content

Commit 512f4b8

Browse files
committed
set target_php version for translation bundle
1 parent 42c67ee commit 512f4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/projects.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,13 @@ translation-bundle:
186186
branches:
187187
4.x:
188188
php: ['8.2', '8.3', '8.4', '8.5']
189+
target_php: 8.3 #due to knplabs/doctrine-behaviors variant
189190
variants:
190191
symfony/symfony: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
191192
knplabs/doctrine-behaviors: ['^2.6.2', '^3.0']
192193
3.x:
193194
php: ['8.2', '8.3', '8.4', '8.5']
195+
target_php: 8.3 #due to knplabs/doctrine-behaviors variant
194196
variants:
195197
symfony/symfony: ['6.4.*', '7.3.*', '7.4.*', '8.0.*']
196198
knplabs/doctrine-behaviors: ['^2.6.2', '^3.0']

0 commit comments

Comments
 (0)