Skip to content

Commit 6b4a4e3

Browse files
committed
minor #19661 Update version in build.php (AurelienPillevesse)
This PR was merged into the 7.0 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 ------- 7040512 Update build.php
2 parents 73d4a6b + 7040512 commit 6b4a4e3

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('6.4')
23+
->setSymfonyVersion('7.0')
2424
->setContentDir(__DIR__.'/..')
2525
->setOutputDir($outputDir)
2626
->setImagesDir(__DIR__.'/output/_images')

0 commit comments

Comments
 (0)