Skip to content

Commit c6ab63f

Browse files
authored
Add support for lua 5.5 (#110)
1 parent 4ff7cfd commit c6ab63f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [linux, macos, macos-arm64]
11-
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
11+
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, lua=5.5, luajit=2.0, luajit=2.1]
1212
include:
1313
- os: linux
1414
runner: ubuntu-latest
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, luajit=2.0, luajit=2.1]
53+
lua: [lua=5.1, lua=5.2, lua=5.3, lua=5.4, lua=5.5, luajit=2.0, luajit=2.1]
5454
target: [mingw,vs]
5555
runs-on: windows-2022
5656
steps:

lua-simdjson-0.0.8-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = {
1313
license = "Apache-2.0"
1414
}
1515
dependencies = {
16-
"lua >= 5.1, < 5.5"
16+
"lua >= 5.1, < 5.6"
1717
}
1818
build = {
1919
type = "make",

lua-simdjson-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = {
1212
license = "Apache-2.0"
1313
}
1414
dependencies = {
15-
"lua >= 5.1, < 5.5"
15+
"lua >= 5.1, < 5.6"
1616
}
1717
build = {
1818
type = "make",

0 commit comments

Comments
 (0)