Skip to content

Commit cb7c083

Browse files
committed
minor #19660 Update version in build.php (AurelienPillevesse)
This PR was merged into the 6.4 branch. Discussion ---------- Update version in build.php <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- e091091 Update build.php
2 parents ff0a2a0 + e091091 commit cb7c083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
$outputDir = __DIR__.'/output';
2222
$buildConfig = (new BuildConfig())
23-
->setSymfonyVersion('5.4')
23+
->setSymfonyVersion('6.4')
2424
->setContentDir(__DIR__.'/..')
2525
->setOutputDir($outputDir)
2626
->setImagesDir(__DIR__.'/output/_images')

0 commit comments

Comments
 (0)