Skip to content

Commit c8dd81c

Browse files
authored
CI: Test with PyPy 3.11 and non-bundle Lua 5.4 (replacing 5.2) (GH-283)
1 parent 8f01daf commit c8dd81c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
- "pypy-3.8"
2626
- "pypy-3.9"
2727
- "pypy-3.10"
28+
- "pypy-3.11"
2829
lua-version:
2930
- "bundle"
31+
- "lua5.4"
3032
- "lua5.3"
31-
- "lua5.2"
3233
- "luajit-5.1"
3334

3435
exclude:

0 commit comments

Comments
 (0)