From 589d62b8975bd5548227da2333118d8b5a877be7 Mon Sep 17 00:00:00 2001 From: Idan Novogroder Date: Thu, 14 Sep 2023 16:29:30 +0300 Subject: [PATCH] Update compatibility-tests with latest lakeFS versions --- .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 31f514274f9..024bcc308fe 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.89.1, 0.90.0, 0.91.0, 0.92.0, 0.93.0, 0.94.1, 0.95.0, 0.96.0, 0.96.1, 0.97.4, 0.97.5, 0.98.0, 0.99.0, 0.100.0, 0.101.0, 0.102.0, 0.102.1, 0.102.2, 0.103.0, 0.104.0, 0.105.0, 0.106.2, 0.107.0, 0.107.1, 0.108.0 ] + lakefs_version: [ 0.89.1, 0.90.0, 0.91.0, 0.92.0, 0.93.0, 0.94.1, 0.95.0, 0.96.0, 0.96.1, 0.97.4, 0.97.5, 0.98.0, 0.99.0, 0.100.0, 0.101.0, 0.102.0, 0.102.1, 0.102.2, 0.103.0, 0.104.0, 0.105.0, 0.106.2, 0.107.0, 0.107.1, 0.108.0, 0.109.0, 0.110.0 ] runs-on: ubuntu-20.04 env: TAG: ${{ matrix.lakefs_version }}