Skip to content

Commit b019b17

Browse files
authored
Update php-version.tpl
1 parent 6184385 commit b019b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/profiling/templates/functions/php-version.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
2424
*}
2525
{function name=php_version}
26-
{if version_compare($version, '7.1') <= 0}
26+
{if version_compare($version, '8.1') <= 0}
2727
<span class="danger">{$data} (Upgrade strongly recommended)</span>
28-
{elseif version_compare($version, '7.4') <= 0}
28+
{elseif version_compare($version, '8.2') <= 0}
2929
<span class="warning">{$data} (Consider upgrading)</span>
3030
{else}
3131
<span class="success">{$data} (OK)</span>

0 commit comments

Comments
 (0)