Skip to content

Commit

Permalink
feat: update supported php versión
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Sep 23, 2024
1 parent 2bd76cf commit eca27f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/shared/Helpers/InfoUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class InfoUtil
*/
public static function getValidatephp()
{
if (version_compare(phpversion(), '8.1.8', '<=') &&
version_compare(phpversion(), '7.0.0', '>=')) {
if (version_compare(phpversion(), '8.3.11', '<=') &&
version_compare(phpversion(), '8.2.0', '>=')) {
return [
'status' => 'OK',
'version' => phpversion(),
Expand Down

0 comments on commit eca27f0

Please sign in to comment.