From 890b97cf7b9ad830f9665e04ccf34fdcac5734ef Mon Sep 17 00:00:00 2001
From: Shuanglei Tao <tsl0922@gmail.com>
Date: Fri, 19 Jun 2020 00:05:40 +0800
Subject: [PATCH] github: bump libwebsockets versions

---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 82ac7a6..48a1438 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-16.04
     strategy:
       matrix:
-        lws-version: [4.0.1, 3.2.2, 2.4.2]
+        lws-version: [4.0.16, 3.2.3, 2.4.2]
     steps:
       - name: Install packages
         run: |
-- 
2.43.4