'php version in cpanel is 5.6 but show version 7 in project

I have a codeigniter project that is live and when i check php version in cpanel cli for the domain of project it shows 5.6 but if i do

<?php
phpinfo();
?>

It gives PHP Version 7.4.29

I want it to be php 5.6 I have tried changing it from php multi manager in cpanel



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source