Skip to content

Commit ef01b30

Browse files
committed
run test against fixed version
1 parent d0c697e commit ef01b30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
- '8.8.2'
100100
- '8.9.2'
101101
- '8.10.3'
102+
- '8.11.0'
102103
steps:
103104
- uses: actions/checkout@v4
104105
- uses: actions/setup-go@v4

internal/kibana/slo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func TestAccResourceSlo(t *testing.T) {
102102
),
103103
},
104104
{
105-
SkipFunc: versionutils.CheckIfVersionIsUnsupported(version.Must(version.NewSemver("8.10.0"))),
105+
SkipFunc: versionutils.CheckIfVersionIsUnsupported(version.Must(version.NewSemver("8.11.0"))),
106106
Config: getSLOConfig(sloName, "metric_custom_indicator", true, []string{}, "some.field"),
107107
Check: resource.ComposeTestCheckFunc(
108108
resource.TestCheckResourceAttr("elasticstack_kibana_slo.test_slo", "metric_custom_indicator.0.index", "my-index"),

0 commit comments

Comments
 (0)