From 870586838d28df5750ed38a471d77746807f710f Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Sun, 10 Dec 2023 17:00:55 +0200 Subject: [PATCH] Include v1.3.1 in compatibility tests --- .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 d4b5d1b0b29..8980fd76264 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 ] + 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 ] runs-on: ubuntu-20.04 env: TAG: ${{ matrix.lakefs_version }}