From a600d09689b7e0c92bc7a17fa07871e3f2485149 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Tue, 6 Aug 2024 17:17:21 +0200 Subject: [PATCH] Update sdk-test-suite to 1.5 --- .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 c1c64964..94b3ae66 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -41,7 +41,7 @@ jobs: name: "Features integration test (sdk-test-suite version ${{ matrix.sdk-test-suite }})" strategy: matrix: - sdk-test-suite: [ "1.4" ] + sdk-test-suite: [ "1.5" ] permissions: contents: read issues: read