Skip to content

Commit

Permalink
ci: use juju 3.4/stable instead of 3.5/stable (#945)
Browse files Browse the repository at this point in the history
* ci: use juju 3.4/stable instead of 3.5/stable

Part of #944
  • Loading branch information
DnPlas authored Jun 25, 2024
1 parent d8fb375 commit cdfb134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
UATS_BRANCH: "track/1.7"
"1.8":
K8S_VERSION: "1.29"
JUJU_VERSION: "3.5"
JUJU_VERSION_WITH_PATCH: "3.5.0"
JUJU_VERSION: "3.4"
JUJU_VERSION_WITH_PATCH: "3.4.3"
UATS_BRANCH: "main"
latest:
K8S_VERSION: "1.29"
JUJU_VERSION: "3.5"
JUJU_VERSION_WITH_PATCH: "3.5.0"
JUJU_VERSION: "3.4"
JUJU_VERSION_WITH_PATCH: "3.4.3"
UATS_BRANCH: "main"
4 changes: 2 additions & 2 deletions .github/workflows/full-bundle-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
juju-channel:
description: Juju channel e.g. 3.5/stable
required: false
default: "3.5/stable"
default: "3.4/stable"
workflow_call:
inputs:
bundle-source:
Expand All @@ -38,7 +38,7 @@ on:
description: Juju channel e.g. 3.5/stable
required: false
type: string
default: "3.5/stable"
default: "3.4/stable"

jobs:
test-bundle:
Expand Down

0 comments on commit cdfb134

Please sign in to comment.