Skip to content

Commit

Permalink
test: splunk new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolasinski-splunk authored Jun 26, 2024
1 parent 3ee0404 commit 8781092
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,16 @@ jobs:
strategy:
fail-fast: false
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
splunk:
- version: "9.1"
- version: "9.1.2"
- version: "9.1.3"
- version: "9.1.4"
- version: "9.2"
- version: "9.2.0"
- version: "9.2.1"
- version: "9.1.4-patch2"
- version: "9.2.1-patch2"
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -140,7 +149,16 @@ jobs:
strategy:
fail-fast: false
matrix:
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
splunk:
- version: "9.1"
- version: "9.1.2"
- version: "9.1.3"
- version: "9.1.4"
- version: "9.2"
- version: "9.2.0"
- version: "9.2.1"
- version: "9.1.4-patch2"
- version: "9.2.1-patch2"
test-marker: [
"splunk_connection_docker",
"splunk_app_fiction",
Expand Down

0 comments on commit 8781092

Please sign in to comment.