File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : checkout
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v5
1010
1111 - name : luacheck
1212 uses : lunarmodules/luacheck@v1
1313
1414 tests :
1515 strategy :
1616 matrix :
17- lua-version : ["5.1.5", "5.2.4", "5.3.6", "5.4.4 "]
17+ lua-version : ["5.1.5", "5.2.4", "5.3.6", "5.4.8 "]
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v5
22+
23+ - name : install readline
24+ run : sudo apt-get install -y libreadline-dev
2225
2326 - name : localua
2427 run : |
Original file line number Diff line number Diff line change 11The following license does not apply to `datalog/datalog.lua`.
22
3- Copyright (C) 2016-2022 by Pierre Chapuis
3+ Copyright (C) 2016 by Pierre Chapuis
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ Tests depend on [cwtest](https://github.com/catwell/cwtest).
2222
2323- ` datalog/datalog.lua ` is Copyright (C) 2004 The MITRE Corporation and released under the GNU LGPL.
2424
25- - All other files are Copyright (c) 2016-2022 Pierre Chapuis and released under the MIT license, see LICENSE.txt.
25+ - All other files are Copyright (c) 2016 Pierre Chapuis and released under the MIT license, see LICENSE.txt.
You can’t perform that action at this time.
0 commit comments