Skip to content

Commit ef8a3b4

Browse files
Test fix pipeline
1 parent 75e9a43 commit ef8a3b4

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/test.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,31 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12+
splunk-version:
13+
- "8.1"
14+
- "8.2"
15+
- "latest"
1216
include:
1317
- os: ubuntu-22.04 # Only for Python 3.7
1418
python: 3.7
15-
splunk-version: "8.1"
1619
- os: ubuntu-22.04
1720
python: 3.7
18-
splunk-version: "8.2"
1921
- os: ubuntu-22.04
2022
python: 3.7
21-
splunk-version: "latest"
2223

2324
- os: ubuntu-latest # For newer Python versions
2425
python: 3.9
25-
splunk-version: "8.1"
2626
- os: ubuntu-latest
2727
python: 3.9
28-
splunk-version: "8.2"
2928
- os: ubuntu-latest
3029
python: 3.9
31-
splunk-version: "latest"
3230

3331
- os: ubuntu-latest
3432
python: 3.13
35-
splunk-version: "8.1"
3633
- os: ubuntu-latest
3734
python: 3.13
38-
splunk-version: "8.2"
3935
- os: ubuntu-latest
4036
python: 3.13
41-
splunk-version: "latest"
4237
fail-fast: false
4338

4439
steps:

0 commit comments

Comments
 (0)