Skip to content

Commit

Permalink
feat: add Splunk 9.2 to the matrix (#166)
Browse files Browse the repository at this point in the history
Adding Splunk 9.2 to the matrix. Also updating `LATEST` and `OLDEST`.
Test runs: 

https://github.com/splunk/addonfactory-ucc-generator/actions/runs/9584163593
  • Loading branch information
kdoroszko-splunk authored Jun 19, 2024
1 parent e5d5105 commit 9c0f40a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
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

0 comments on commit 9c0f40a

Please sign in to comment.