File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments