From e9ed74fd23d9ee2363cc82e9f15fb29b2914a9e2 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 13 Jul 2023 13:36:34 +0200 Subject: [PATCH 1/2] Update compatibility.json --- compatibility.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/compatibility.json b/compatibility.json index e07f79b..dd55703 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,4 +1,12 @@ { + "0.15.0": { + "nns": { + "versions": ["0.1.0"] + }, + "sns": { + "versions": ["0.1.0"] + } + }, "0.14.2": { "nns": { "versions": ["0.1.0"] From 13bb189e27ab869c5645cef8d48bd5d701434343 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Thu, 13 Jul 2023 13:40:11 +0200 Subject: [PATCH 2/2] bump dfx version in e2e CI --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7d96b1b..be5005c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,7 +28,7 @@ jobs: - name: Install sponge and timeout run: brew install coreutils sponge - name: Install IC SDK (dfx) - run: DFX_VERSION="0.14.2-beta.1" sh -ci "$(curl -sSL https://internetcomputer.org/install.sh)" + run: sh -ci "$(curl -sSL https://internetcomputer.org/install.sh)" - name: run test run: timeout 2400 e2e/bats/bin/bats ${{ matrix.test_file_path }}