We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1cf5b commit e05e60eCopy full SHA for e05e60e
1 file changed
.github/workflows/test.yaml
@@ -2,6 +2,10 @@ name: Testing
2
3
on: [push, pull_request, workflow_dispatch]
4
5
+concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
9
jobs:
10
lint:
11
name: Linter
@@ -98,6 +102,9 @@ jobs:
98
102
juju:
99
103
- "3.1/stable"
100
104
- "3.3/stable"
105
+ - "3.4/stable"
106
+ - "3.5/stable"
107
+ - "3.6/beta"
101
108
steps:
109
- name: Check out code
110
uses: actions/checkout@v4
@@ -109,7 +116,7 @@ jobs:
116
uses: charmed-kubernetes/actions-operator@main
117
with:
111
118
provider: lxd
112
- juju-channel: 3.4/stable
119
+ juju-channel: ${{ matrix.juju }}
113
120
# 2023-01-11 Commented until we discover a
114
121
# clear approach for this.
115
122
# - name: Set proxy in controller
0 commit comments