Skip to content

Commit

Permalink
ci: use last stable splunk version instead of hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
ikheifets-splunk committed Feb 19, 2024
1 parent afcabb4 commit 19740c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lite.yaml
Expand Up @@ -238,7 +238,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.2.0
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk[0].version) }}
ports:
- 8088:8088
- 8089:8089
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.2.0
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk[0].version) }}
ports:
- 8088:8088
- 8089:8089
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Expand Up @@ -240,7 +240,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.2.0
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk[0].version) }}
ports:
- 8088:8088
- 8089:8089
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
image: python:3.9-buster
services:
splunk:
image: splunk/splunk:9.2.0
image: splunk/splunk:${{ fromJson(needs.meta.outputs.matrix_supportedSplunk[0].version) }}
ports:
- 8088:8088
- 8089:8089
Expand Down

0 comments on commit 19740c1

Please sign in to comment.