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 }} 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"]