From 51371fee8b11b0f7e1244bea44dab2a0d01edb22 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 3 Jan 2026 09:47:01 -0700 Subject: [PATCH] ci: update Lua version matrix in GitHub Actions --- .github/workflows/spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index 5c7a58a..bad39c5 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - lua-version: ["5.4", "5.3", "5.2", "5.1", "luajit"] + lua-version: ["5.5.0", "5.4", "5.3", "5.2", "5.1", "luajit"] runs-on: ubuntu-latest