From 5f1437b5783489efe4c898795d3b2882c254623f Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Fri, 16 Aug 2024 15:57:32 +0200 Subject: [PATCH] Use test suite 1.7 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index ec9fe1b9..b2f1b9c9 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -49,7 +49,7 @@ jobs: name: "Features integration test (sdk-test-suite version ${{ matrix.sdk-test-suite }})" strategy: matrix: - sdk-test-suite: [ "1.6" ] + sdk-test-suite: [ "1.7" ] permissions: contents: read issues: read