Skip to content

Commit afe4b3e

Browse files
committed
minor #19662 Update version in build.php (AurelienPillevesse)
This PR was merged into the 7.1 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 ------- ef3b01d Update build.php
2 parents 655219c + ef3b01d commit afe4b3e

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

0 commit comments

Comments
 (0)