Commit 3f2ae3c 1 parent 84f642e commit 3f2ae3c Copy full SHA for 3f2ae3c
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
test :
7
7
strategy :
8
8
matrix :
9
- luaVersion : ["5.1.5", "5.2.4", "5.3.5"]
9
+ luaVersion : ["5.1.5", "5.2.4", "5.3.5", "5.4.2" ]
10
10
os : [macOs-latest, ubuntu-latest]
11
11
12
12
runs-on : ${{ matrix.os }}
25
25
runs-on : windows-latest
26
26
strategy :
27
27
matrix :
28
- luaVersion : ["5.1.5", "5.2.4", "5.3.5"]
28
+ luaVersion : ["5.1.5", "5.2.4", "5.3.5", "5.4.2" ]
29
29
platform : [Win32, x64]
30
30
steps :
31
31
- uses : actions/checkout@master
36
36
- name : test lua
37
37
run : |
38
38
which lua
39
- lua -e "print(_VERSION)"
39
+ lua -e "print(_VERSION)"
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ const VERSION_ALIASES = {
14
14
"5.1" : "5.1.5" ,
15
15
"5.2" : "5.2.4" ,
16
16
"5.3" : "5.3.5" ,
17
- "5.4" : "5.3.5 " ,
17
+ "5.4" : "5.4.2 " ,
18
18
"luajit" : "luajit-2.0.5" ,
19
19
"luajit-2.0" : "luajit-2.0.5" ,
20
20
"luajit-2.1" : "luajit-2.1.0-beta3" ,
21
21
}
22
22
23
23
const TARBALLS = {
24
- // need patch for 5.4
25
- // "5.4.1": ["1d575faef1c907292edd79e7a2784d30", "https://www.lua.org/ftp/lua-5.4.1.tar.gz"],
26
- // "5.4.0": ["dbf155764e5d433fc55ae80ea7060b60", "https://www.lua.org/ftp/lua-5.4.0.tar.gz"],
24
+ "5.4.2" : [ "49c92d6a49faba342c35c52e1ac3f81e" , "https://www.lua.org/ftp/lua- 5.4.2.tar.gz" ] ,
25
+ "5.4.1" : [ "1d575faef1c907292edd79e7a2784d30" , "https://www.lua.org/ftp/lua-5.4.1.tar.gz" ] ,
26
+ "5.4.0" : [ "dbf155764e5d433fc55ae80ea7060b60" , "https://www.lua.org/ftp/lua-5.4.0.tar.gz" ] ,
27
27
"5.3.5" : [ "4f4b4f323fd3514a68e0ab3da8ce3455" , "https://www.lua.org/ftp/lua-5.3.5.tar.gz" ] ,
28
28
"5.3.4" : [ "53a9c68bcc0eda58bdc2095ad5cdfc63" , "https://www.lua.org/ftp/lua-5.3.4.tar.gz" ] ,
29
29
"5.3.3" : [ "703f75caa4fdf4a911c1a72e67a27498" , "https://www.lua.org/ftp/lua-5.3.3.tar.gz" ] ,
You can’t perform that action at this time.
0 commit comments