Adjust regexes to support 3.10

This commit is contained in:
Michael Babker 2018-11-17 11:56:35 -06:00
parent fca74d8f59
commit 029a8f1f98
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<tags>
<tag>stable</tag>
</tags>
<targetplatform name="joomla" version="3.[56789]" />
<targetplatform name="joomla" version="3.([56789]|10)" />
</update>
<update>
<name>Patch Tester Component</name>
@ -32,6 +32,6 @@
<tags>
<tag>beta</tag>
</tags>
<targetplatform name="joomla" version="3.[789]" />
<targetplatform name="joomla" version="3.([789]|10)" />
</update>
</updates>