### Did you check docs and existing issues? - [x] I have read all the lazy.nvim docs - [x] I have updated the plugin to the latest version before submitting this issue - [x] I have searched the existing issues of lazy.nvim - [x] I have searched the existing issues of plugins related to this issue ### Neovim version (nvim -v) 0.11.0 ### Operating system/version Fedora 40 ### Describe the bug Running `:checkhealth` shows a warning: `WARNING lua version 5.1 needed, but found Lua 5.4.6 Copyright (C)...` There shouldn't be a warning when I have a Lua version greater than the minimum. <img width="1638" height="556" alt="Image" src="https://github.com/user-attachments/assets/31821deb-9857-4ab9-91a7-fc5b58accd58" /> ### Steps To Reproduce Run `:checkhealth` ### Expected Behavior No warning when the minimum Lua version is met or exceeded ### Repro ```lua ```