How do you make the chosen PHP version stick based on your selection rather than the slot you picked? The problem is that if a user selects slot 1, which is PHP 8.4, and later switches to PHP 8.5, their application might not be compatible and would give an error. How can we make the version information persist by version instead of by slot and avoid this recurring issue?
Thanks
Thanks