From adc803f24eec316dd6caf05f6a839ec08c325a38 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Sat, 12 Aug 2023 17:26:27 -0600 Subject: ci: freebsd: use lua 5.3 like the others --- .builds/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 6e9a6eb..4a0cc9e 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -2,8 +2,8 @@ image: freebsd/latest packages: - gmake - libtermkey - - lua52 - - lua52-lpeg + - lua53 + - lua53-lpeg - pkgconf sources: - https://github.com/martanne/vis -- cgit v1.2.3