Skip to content

Commit 00fbe2a

Browse files
Run tests on 11.6.0
1 parent a5c92f6 commit 00fbe2a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/acc-tests.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,26 @@ jobs:
6666
fail-fast: false # Let all versions run, even if one fails
6767
matrix:
6868
# OSS tests, run on all versions
69-
version: ['11.0.0', '10.4.3', '9.5.18']
69+
version: ['11.6.0', '10.4.3', '9.5.18']
7070
type: ['oss']
7171
subset: ['basic', 'other', 'long']
7272
include:
73-
- version: '11.0.0'
73+
- version: '11.6.0'
7474
type: 'oss'
7575
subset: examples
7676
# TLS proxy tests, run only on latest version
77-
- version: '11.0.0'
77+
- version: '11.6.0'
7878
type: 'tls'
7979
subset: 'basic'
8080
# Sub-path tests. Runs tests on localhost:3000/grafana/
81-
- version: '11.0.0'
81+
- version: '11.6.0'
8282
type: 'subpath'
8383
subset: 'basic'
84-
- version: '11.0.0'
84+
- version: '11.6.0'
8585
type: 'subpath'
8686
subset: 'other'
8787
# Enterprise tests
88-
- version: '11.0.0'
88+
- version: '11.6.0'
8989
type: 'enterprise'
9090
subset: 'enterprise'
9191
- version: '10.4.3'
@@ -95,7 +95,7 @@ jobs:
9595
type: 'enterprise'
9696
subset: 'enterprise'
9797
# Generate tests
98-
- version: '11.0.0'
98+
- version: '11.6.0'
9999
type: 'enterprise'
100100
subset: 'generate'
101101
- version: '10.4.3'

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GRAFANA_VERSION ?= 11.0.0
1+
GRAFANA_VERSION ?= 11.6.0
22
DOCKER_COMPOSE_ARGS ?= --force-recreate --detach --remove-orphans --wait --renew-anon-volumes
33

44
testacc:

internal/resources/examples_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestAccExamples(t *testing.T) {
2929
{
3030
category: "Alerting",
3131
testCheck: func(t *testing.T, filename string) {
32-
testutils.CheckOSSTestsEnabled(t, ">=11.0.0") // Only run on latest OSS version. The examples should be updated to reflect their latest working config.
32+
testutils.CheckOSSTestsEnabled(t, ">=11.6.0") // Only run on latest OSS version. The examples should be updated to reflect their latest working config.
3333
},
3434
},
3535
{
@@ -76,7 +76,7 @@ func TestAccExamples(t *testing.T) {
7676
// format of team LBAC rules"}
7777
t.Skip()
7878
} else {
79-
testutils.CheckEnterpriseTestsEnabled(t, ">=11.0.0") // Only run on latest version
79+
testutils.CheckEnterpriseTestsEnabled(t, ">=11.6.0") // Only run on latest version
8080
}
8181
},
8282
},

0 commit comments

Comments
 (0)