libvips / lua-vips

Lua binding for the libvips image processing library
MIT License
125 stars 10 forks source link

Add CI test for Lua 5.4 #66

Closed rolandlo closed 5 months ago

rolandlo commented 5 months ago

Now that standard Lua is supported add a CI test for Lua 5.4.

RiskoZoSlovenska commented 5 months ago

My two cents:

  1. It might not be a bad idea to use https://github.com/marketplace/actions/install-lua-luajit and https://github.com/marketplace/actions/install-luarocks to install Lua/LuaJIT and LuaRocks
  2. Are we not planning to support Lua 5.1/2/3? If we are, having CI for those versions too would be good
rolandlo commented 5 months ago

Thanks for pointing out those two actions. It simplifies things quite a bit. See #67. In the end I would like to have lua-vips support also Lua 5.1 and 5.2 and add support/testing for Windows and MacOS as well.