From ea1a286eded0c4f43c14b7b28b4395e354727ed1 Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Wed, 25 Oct 2023 14:11:43 +0300 Subject: [PATCH] Add latest hadoopfs (lakefsfs) to compatibility test (#6867) --- .github/workflows/compatibility-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compatibility-tests.yaml b/.github/workflows/compatibility-tests.yaml index d3162cd5919..7b3d155db01 100644 --- a/.github/workflows/compatibility-tests.yaml +++ b/.github/workflows/compatibility-tests.yaml @@ -197,7 +197,7 @@ jobs: matrix: # Removing a version from this list means the current lakeFS is no longer compatible with # that Hadoop lakeFS client version. - client_version: [ 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15 ] + client_version: [ 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.1.14, 0.1.15, 0.2.1 ] runs-on: ubuntu-20.04 env: CLIENT_VERSION: ${{ matrix.client_version }}