Skip to content

Commit 816ec4c

Browse files
author
Hisham Muhammad
committed
ci: add Lua 5.5 to the test matrix
1 parent e93a63f commit 816ec4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "5.4.8", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1"]
13+
luaVersion: ["5.1.5", "5.2.4", "5.3.5", "5.4.8", "5.5.0", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1"]
1414

1515

1616
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.8", "luajit", "luajit-2.0", "luajit-2.1", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4"]
16+
luaVersion: ["5.1.5", "5.2.4", "5.3.6", "5.4.8", "luajit", "luajit-2.0", "luajit-2.1", "luajit-2.0.5", "luajit-2.1.0-beta3", "luajit-openresty", "5.1", "5.4", "5.5"]
1717
machineTag: ["ubuntu-latest", "macos-latest", "windows-latest"]
1818
exclude:
1919
- luaVersion: "luajit-2.0"

0 commit comments

Comments
 (0)