Skip to content

Commit

Permalink
Pin to 3.x instead of 3.1 which doesn't exist as a track
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Sep 2, 2024
1 parent 5d79974 commit d8d489f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
provider: microk8s
channel: 1.29-strict/stable
juju-channel: 3.4/stable
# Pinned to 3.1/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.1/stable
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable

- name: Integration tests
run: |
Expand Down Expand Up @@ -140,8 +140,8 @@ jobs:
provider: microk8s
channel: 1.29-strict/stable
juju-channel: 3.4/stable
# Pinned to 3.1/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.1/stable
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable
microk8s-addons: "dns hostpath-storage rbac metallb:10.64.140.43-10.64.140.49"

- name: Run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
charm-path: ${{ matrix.charm-path }}
channel: ${{ steps.parse-inputs.outputs.destination_channel }}
tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }}
# Pinned to 3.1/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.1/stable
# Pinned to 3.x/stable due to https://github.com/canonical/charmcraft/issues/1845
charmcraft-channel: 3.x/stable

0 comments on commit d8d489f

Please sign in to comment.