Skip to content

Commit 2b2dee7

Browse files
committed
Update test matrix to test 8.2 and latest (currently 9.0) and update 8.x references to 9.x
1 parent bccd01a commit 2b2dee7

File tree

5 files changed

+5
-17
lines changed

5 files changed

+5
-17
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ password=changed!
99
# Access scheme (default: https)
1010
scheme=https
1111
# Your version of Splunk (default: 6.2)
12-
version=8.0
12+
version=9.0
1313
# Bearer token for authentication
1414
#bearerToken="<Bearer-token>"
1515
# Session key for authentication

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- ubuntu-latest
1414
python: [ 2.7, 3.7 ]
1515
splunk-version:
16-
- "8.0"
16+
- "8.2"
1717
- "latest"
1818
fail-fast: false
1919

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you're seeing some unexpected behavior with this project, please create an [i
1111
1. Version of this project you're using (ex: 1.5.0)
1212
2. Platform version (ex: Windows Server 2012 R2)
1313
3. Framework version (ex: Python 3.7)
14-
4. Splunk Enterprise version (ex: 8.0)
14+
4. Splunk Enterprise version (ex: 9.0)
1515
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)
1616

1717
Alternatively, if you have a Splunk question please ask on [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Install the sources you cloned from GitHub:
5858
You'll need `docker` and `docker-compose` to get up and running using this method.
5959

6060
```
61-
make up SPLUNK_VERSION=8.0
61+
make up SPLUNK_VERSION=9.0
6262
make wait_up
6363
make test
6464
make down
@@ -107,7 +107,7 @@ here is an example of .env file:
107107
# Access scheme (default: https)
108108
scheme=https
109109
# Your version of Splunk Enterprise
110-
version=8.0
110+
version=9.0
111111
# Bearer token for authentication
112112
#bearerToken=<Bearer-token>
113113
# Session key for authentication

splunkrc.spec

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)