Skip to content

Commit

Permalink
[TASK] Mark v13 as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Oct 17, 2024
1 parent 3347b2a commit f0870bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/PackageType.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
->add('typo3Version', ChoiceType::class, [
'label' => 'TYPO3 Version',
'choices' => [
'13.4' => 13.4,
'13.4 (Beta)' => 13.4,
'12.4' => 12.4,
'11.5' => 11.5,
'10.4' => 10.4,
Expand Down

0 comments on commit f0870bc

Please sign in to comment.