Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Splunk 9.2 to the matrix #166

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: "Add on factory test matrix"
description: "This tool automates the selection matrix dimensions"
runs:
using: "docker"
image: docker://ghcr.io/splunk/addonfactory-test-matrix-action/addonfactory-test-matrix-action:v2.0.1
image: Dockerfile
14 changes: 12 additions & 2 deletions config/splunk_matrix.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
[GENERAL]
LATEST = 9.1
OLDEST = 8.2
LATEST = 9.2
OLDEST = 9.1

[9.2]
VERSION = 9.2.0
BUILD = 1fff88043d5f
SUPPORTED = 2026-01-31
PYTHON3 = true
PYTHON2 = false
SWC = true
METRICS_MULTI = true
INPUT_LOOKUP = true

[9.1]
VERSION = 9.1.3
Expand Down
Loading