We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deaad1a commit 98975e6Copy full SHA for 98975e6
src/Analysis/Information/Vanilla/VanillaVersionInformation.php
@@ -6,7 +6,7 @@
6
7
class VanillaVersionInformation extends VanillaInformation
8
{
9
- protected static string $vanillaVersionPattern = '[0-9\.w]+(?:[a-z]|(?:-|\s)?(?:pre|rc|Pre-Release)\s?\d+)?';
+ protected static string $vanillaVersionPattern = '[0-9\.w]+(?:[a-z]|(?:-|\s)?(?:pre|rc|Pre-Release|Release Candidate)\s?\d+)?';
10
11
/**
12
* @inheritDoc
0 commit comments