Skip to content

Commit 407a5d2

Browse files
Merge pull request #274 from splunk/test/update-test-matrix
ci: updating matrix to execute tests on splunk 8.1
2 parents 5304d0b + 0e4137c commit 407a5d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ jobs:
113113
workflows:
114114
build:
115115
jobs:
116+
- splunk-app-test/test_aio:
117+
name: test-splunk-8-1
118+
splunk_version: "8.1"
119+
filters:
120+
branches:
121+
only: /.*/
116122
- splunk-app-test/test_aio:
117123
name: test-splunk-8-0
118124
splunk_version: "8.0"

.github/workflows/test_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
python-version: [3.7]
13-
splunk-version: [7.2, 7.3, 8.0]
13+
splunk-version: [7.2, 7.3, 8.0, 8.1]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)