From 0f82063a51cd9197edd214e0427fe4e84ae9c0b9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sat, 16 Apr 2022 18:53:07 -0300 Subject: tests: run tests on Lua 5.4 and LuaJIT 2.1 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 370afb32..c5d3a0e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: TestMatrix: strategy: matrix: - lua-version: ["5.3", "luajit"] + lua-version: ["5.4", "luajit"] os: ["ubuntu-latest", "macos-latest"] runs-on: ${{ matrix.os }} @@ -96,7 +96,7 @@ jobs: - uses: leafo/gh-actions-lua@v8.0.0 with: - luaVersion: "5.3" + luaVersion: "5.4" - name: Smoke Test run: | -- cgit v1.2.3-55-g6feb