Skip to content

Commit 655219c

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update build.php
2 parents b6c5a7a + 6b4a4e3 commit 655219c

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)