gplugin/gplugin

b6ddb0b3e45b
Parents c631d0391343
Children d404c2d1ddaa
Add lua-5.4 to our list of lua versions to check.

Testing Done:
I updated `gplugin/builders:debian-bullseye-amd64` image to include lua5.4 locally as well as the build depends and verified it worked as expected.

Bugs closed: GPLUGIN-127

Reviewed at https://reviews.imfreedom.org/r/990/
--- a/lua/meson.build Sun Oct 03 01:45:30 2021 -0500
+++ b/lua/meson.build Sun Oct 03 18:13:24 2021 -0500
@@ -19,6 +19,7 @@
# These are ordered from most to least preferred, which would normally
# be from the highest to lowest version.
_LUAS = [
+ ['lua-5.4', '>=5.4.0'],
['lua-5.3', '>=5.3.0'],
['lua5.3', '>=5.3.0'],
['lua-5.2', '>=5.2.0'],