From 15d3399cd1f24c4e972bd7eed34afa6702923166 Mon Sep 17 00:00:00 2001 From: lynnro314 <64288262+lynnro314@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:08:15 +0200 Subject: [PATCH] Add lakeFS 1.6.0 to compatibility tests (#7245) --- .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 15d88672477..40816556bf1 100644 --- a/.github/workflows/compatibility-tests.yaml +++ b/.github/workflows/compatibility-tests.yaml @@ -121,7 +121,7 @@ jobs: matrix: # Removing a version from this list means the published client is no longer compatible with # that lakeFS version. - lakefs_version: [ 0.108.0, 0.109.0, 0.110.0, 0.111.0, 0.111.1, 0.112.1, 0.113.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.5.0 ] + lakefs_version: [ 0.108.0, 0.109.0, 0.110.0, 0.111.0, 0.111.1, 0.112.1, 0.113.0, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0 ] runs-on: ubuntu-20.04 env: TAG: ${{ matrix.lakefs_version }}