diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 515ca33..2d4fb71 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ concurrency: on: push: branches: - - 14/edge + - 16/edge paths: - snap @@ -24,7 +24,7 @@ jobs: - build uses: canonical/data-platform-workflows/.github/workflows/release_snap.yaml@v23.0.5 with: - channel: 14/edge + channel: 16/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} secrets: snap-store-token: ${{ secrets.SNAP_STORE_TOKEN }} diff --git a/tox.ini b/tox.ini index b4768db..635e8e2 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,8 @@ env_list = lint,smoke [testenv] setenv = - version=14.0 - channel=14.0/edge + version=16.4 + channel=16.4/edge vm-repo=https://github.com/canonical/postgresql-operator.git allowlist_externals = poetry