Skip to content

Commit 75806e6

Browse files
authored
Merge pull request #576 from splunk/DVPL-0/change-splunk-versions
DVPL-0: don't use latest splunk version because of HEC token issue
2 parents 6073ec1 + 40e7b2a commit 75806e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
splunk-version:
1616
- "8.1"
1717
- "8.2"
18-
- "latest"
18+
- "9.0.8"
19+
- "9.1.3"
1920
fail-fast: false
2021

2122
steps:

0 commit comments

Comments
 (0)