leafo / gh-actions-lua

GitHub action for Lua/LuaJIT
85 stars 27 forks source link

Add Lua 5.4 support #7

Closed alerque closed 4 years ago

alerque commented 4 years ago

Lua 5.4 was released yesterday. It's already starting to hit rolling release distros and lots of my software isn't getting tested on it yet! Can we get support in this action to make that process easier?

leafo commented 4 years ago

It should just work if you specify 5.4.0 as the version, I'll add it to the test matrix.

leafo commented 4 years ago

Everything passes