From 70896f2f3fea6383adcaca576948892beb72ec7c Mon Sep 17 00:00:00 2001 From: Heather Lanigan Date: Fri, 9 Feb 2024 17:11:19 -0500 Subject: [PATCH] Use juju 3.3 instead of 3.1 for tests. The provider is now using the 3.3 apis for juju. Let's test against that version and the oldest supported 2.9 --- .github/workflows/canary.yml | 4 ++-- .github/workflows/test_add_machine.yml | 2 +- .github/workflows/test_integration.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 09b72f7f..de02b428 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -45,10 +45,10 @@ jobs: juju-channel: "2.9/stable" - cloud: "lxd" cloud-channel: "5.19/stable" - juju-channel: "3.1/stable" + juju-channel: "3.3/stable" - cloud: "microk8s" cloud-channel: "1.28-strict/stable" - juju-channel: "3.1/stable" + juju-channel: "3.3/stable" steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 diff --git a/.github/workflows/test_add_machine.yml b/.github/workflows/test_add_machine.yml index b032025b..899c3a2b 100644 --- a/.github/workflows/test_add_machine.yml +++ b/.github/workflows/test_add_machine.yml @@ -52,7 +52,7 @@ jobs: - "1.6.*" juju: - "2.9/stable" - - "3.1/stable" + - "3.3/stable" timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index 96d89492..27c23be4 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -45,9 +45,9 @@ jobs: terraform: ["1.4.*", "1.5.*", "1.6.*"] action-operator: - { cloud: "lxd", cloud-channel: "5.19", juju: "2.9" } - - { cloud: "lxd", cloud-channel: "5.19", juju: "3.1" } + - { cloud: "lxd", cloud-channel: "5.19", juju: "3.3" } - { cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" } - - { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.1" } + - { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.3" } timeout-minutes: 60 steps: - uses: actions/checkout@v4