Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 5b5f5d3

Browse files
committed
We use the current Lua v5.3 on CI
1 parent 913990a commit 5b5f5d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults: &defaults
1616
command: |
1717
sudo apt-get update && \
1818
sudo apt-get install --assume-yes --quiet --no-install-suggests \
19-
--no-install-recommends lua5.1 luajit
19+
--no-install-recommends lua5.3 luajit
2020
- run:
2121
name: Luac version
2222
command: luac -v

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
before_install:
1818
- sudo apt-get update
19-
- sudo apt-get install --assume-yes --quiet --no-install-suggests --no-install-recommends lua5.1 luajit
19+
- sudo apt-get install --assume-yes --quiet --no-install-suggests --no-install-recommends lua5.3 luajit
2020

2121
before_script:
2222
- luac -v

0 commit comments

Comments
 (0)