File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ${{ matrix.os }}
10
10
strategy :
11
11
matrix :
12
+ splunk-version :
13
+ - " 8.1"
14
+ - " 8.2"
15
+ - " latest"
12
16
include :
13
17
- os : ubuntu-22.04 # Only for Python 3.7
14
18
python : 3.7
15
- splunk-version : " 8.1"
16
19
- os : ubuntu-22.04
17
20
python : 3.7
18
- splunk-version : " 8.2"
19
21
- os : ubuntu-22.04
20
22
python : 3.7
21
- splunk-version : " latest"
22
23
23
24
- os : ubuntu-latest # For newer Python versions
24
25
python : 3.9
25
- splunk-version : " 8.1"
26
26
- os : ubuntu-latest
27
27
python : 3.9
28
- splunk-version : " 8.2"
29
28
- os : ubuntu-latest
30
29
python : 3.9
31
- splunk-version : " latest"
32
30
33
31
- os : ubuntu-latest
34
32
python : 3.13
35
- splunk-version : " 8.1"
36
33
- os : ubuntu-latest
37
34
python : 3.13
38
- splunk-version : " 8.2"
39
35
- os : ubuntu-latest
40
36
python : 3.13
41
- splunk-version : " latest"
42
37
fail-fast : false
43
38
44
39
steps :
You can’t perform that action at this time.
0 commit comments