From c26f238927b4e10d424bbd0f9720b5e5556d5ddd Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Aug 2024 14:49:46 -0300 Subject: [PATCH] CI: add more supported configurations, drop 2.0.5 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a264088..671a33a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.4", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"] + luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.4", "luajit", "luajit-2.0", "luajit-2.1", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"] machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.machineTag }} @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.4", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"] + luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.4", "luajit", "luajit-2.0", "luajit-2.1", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"] machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.machineTag }}