Skip to content
Snippets Groups Projects
Commit 5b97769a authored by Martina Ferrari's avatar Martina Ferrari Committed by Jan Segre
Browse files

build workflow: compile against newer versions of librocksdb

parent 099ad720
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
rocksdb_ver: ['v6.14.6', 'v6.11.4'] rocksdb_ver: ['v6.29.3', 'v6.25.3', 'v6.11.4']
steps: steps:
- uses: actions/cache@v2 - uses: actions/cache@v2
...@@ -53,7 +53,7 @@ jobs: ...@@ -53,7 +53,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
py_ver: ['3.7', '3.8', '3.9'] 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment