Skip to content

Commit 2302a5f

Browse files
committed
chore(ci): Add Lua 5.5 to test matrix
1 parent e1d1b61 commit 2302a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/busted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
15+
luaVersion: [ "5.5", "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)