@@ -17,14 +17,14 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- luaVersion : [ "5.2", "5.3", "5.4", "luajit-2.1.0-beta3 ", "luajit-openresty" ]
20
+ luaVersion : [ "5.2", "5.3", "5.4", "luajit-2.1", "luajit-openresty" ]
21
21
22
22
steps :
23
23
- name : checkout source code
24
24
uses : actions/checkout@v3
25
25
26
26
- name : install Lua/LuaJIT
27
- uses : leafo/gh-actions-lua@v8
27
+ uses : leafo/gh-actions-lua@v11
28
28
with :
29
29
luaVersion : ${{ matrix.luaVersion }}
30
30
@@ -67,18 +67,18 @@ jobs:
67
67
strategy :
68
68
fail-fast : false
69
69
matrix :
70
- openrestyVersion : [ "1.19.9.1 ", "1.21.4.3 ", "1.25.3.1" ]
70
+ openrestyVersion : [ "1.19.9.2 ", "1.21.4.4 ", "1.25.3.2", "1.27.1 .1" ]
71
71
72
72
steps :
73
73
- name : checkout source code
74
74
uses : actions/checkout@v3
75
75
76
76
- name : install Lua/LuaJIT
77
- uses : leafo/gh-actions-lua@v8
77
+ uses : leafo/gh-actions-lua@v11
78
78
with :
79
79
luaVersion : " luajit-openresty"
80
80
81
- - uses : leafo/gh-actions-openresty@v1
81
+ - uses : leafo/gh-actions-openresty@v2
82
82
with :
83
83
openrestyVersion : ${{ matrix.openrestyVersion }}
84
84
@@ -113,4 +113,4 @@ jobs:
113
113
114
114
- name : benchmark
115
115
run : |
116
- make bench CMD=resty
116
+ make bench CMD=resty
0 commit comments