Skip to content

Commit 25045d6

Browse files
authored
Update CI to Lua 5.4.8 and Lua 5.5.0 (#13)
1 parent 3133643 commit 25045d6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
version: [5.1.5, 5.2.4, 5.3.6, 5.4.7, 5.5.0-beta]
23+
version: [5.1.5, 5.2.4, 5.3.6, 5.4.8, 5.5.0]
2424

2525
env:
2626
LUA_VERSION: ${{ matrix.version }}
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build PUC-Rio Lua ${{ matrix.version }}
3232
run: |
3333
# wget from /work/ is temporary until Lua 5.5 releases
34-
wget "https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz" || wget "https://www.lua.org/work/lua-${LUA_VERSION}.tar.gz"
34+
wget "https://www.lua.org/ftp/lua-${LUA_VERSION}.tar.gz"
3535
tar xzvf "lua-${LUA_VERSION}.tar.gz"
3636
cd "lua-${LUA_VERSION}"
3737
make linux SYSLIBS="-Wl,-E -ldl -lreadline" SYSCFLAGS="-DLUA_USE_LINUX -DLUA_USE_APICHECK" CC='gcc -g'

.github/workflows/msvc-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- 5.1.5
1919
- 5.2.4
2020
- 5.3.6
21-
- 5.4.7
21+
- 5.4.8
22+
- 5.5.0
2223

2324
gtk-major-version:
2425
- 3

0 commit comments

Comments
 (0)