From 5b97769a8fe1859f5acbb867ba667809e85d30a9 Mon Sep 17 00:00:00 2001
From: Martina Ferrari <tina@debian.org>
Date: Mon, 7 Mar 2022 19:05:20 +0000
Subject: [PATCH] build workflow: compile against newer versions of librocksdb

---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 45205ae..6fbee1a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest]
-        rocksdb_ver: ['v6.14.6', 'v6.11.4']
+        rocksdb_ver: ['v6.29.3', 'v6.25.3', 'v6.11.4']
 
     steps:
       - uses: actions/cache@v2
@@ -53,7 +53,7 @@ jobs:
       matrix:
         os: [ubuntu-latest]
         py_ver: ['3.7', '3.8', '3.9']
-        rocksdb_ver: ['v6.14.6', 'v6.11.4']
+        rocksdb_ver: ['v6.29.3', 'v6.25.3', 'v6.11.4']
 
     steps:
       - uses: actions/checkout@v2
-- 
GitLab