]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: switch to lua 5.4
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 29 May 2024 19:59:15 +0000 (21:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 20:37:26 +0000 (22:37 +0200)
current release is 5.4, let's switch to it

.github/workflows/coverity.yml
.github/workflows/vtest.yml

index 18f4a251be9b4f47a7e19e3e1fc12c444b4ba483..82776148a798767d8c796a680f644e6b0155b46e 100644 (file)
@@ -22,7 +22,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get --no-install-recommends -y install \
-          liblua5.3-dev \
+          liblua5.4-dev \
           libsystemd-dev
     - name: Install QUICTLS
       run: |
index 367f2806aa5cf73e968d8f64307b62201cd38c3d..f862dc5a7a7b3a9b2de3d6c1c2217d3435393bc2 100644 (file)
@@ -82,7 +82,7 @@ jobs:
       run: |
         sudo apt-get update
         sudo apt-get --no-install-recommends -y install \
-          liblua5.3-dev \
+          liblua5.4-dev \
           libpcre2-dev \
           libsystemd-dev \
           ninja-build \