Skip to content

Commit e05e60e

Browse files
committed
ci: cancel in progress
1 parent cb1cf5b commit e05e60e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Testing
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
jobs:
610
lint:
711
name: Linter
@@ -98,6 +102,9 @@ jobs:
98102
juju:
99103
- "3.1/stable"
100104
- "3.3/stable"
105+
- "3.4/stable"
106+
- "3.5/stable"
107+
- "3.6/beta"
101108
steps:
102109
- name: Check out code
103110
uses: actions/checkout@v4
@@ -109,7 +116,7 @@ jobs:
109116
uses: charmed-kubernetes/actions-operator@main
110117
with:
111118
provider: lxd
112-
juju-channel: 3.4/stable
119+
juju-channel: ${{ matrix.juju }}
113120
# 2023-01-11 Commented until we discover a
114121
# clear approach for this.
115122
# - name: Set proxy in controller

0 commit comments

Comments
 (0)