File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12+ os :
13+ - ubuntu-latest
14+ python : [ 3.7, 3.9, 3.13 ]
1215 splunk-version :
1316 - " 8.1"
1417 - " 8.2"
1518 - " latest"
1619 include :
17- - os : ubuntu-22.04 # Only for Python 3.7
20+ - os : ubuntu-22.04
1821 python : 3.7
22+ splunk-version : " 8.1"
1923 - os : ubuntu-22.04
2024 python : 3.7
25+ splunk-version : " 8.2"
2126 - os : ubuntu-22.04
2227 python : 3.7
28+ splunk-version : " latest"
2329
24- - os : ubuntu-latest # For newer Python versions
25- python : 3.9
26- - os : ubuntu-latest
27- python : 3.9
28- - os : ubuntu-latest
29- python : 3.9
30-
31- - os : ubuntu-latest
32- python : 3.13
33- - os : ubuntu-latest
34- python : 3.13
35- - os : ubuntu-latest
36- python : 3.13
3730 fail-fast : false
3831
3932 steps :
You can’t perform that action at this time.
0 commit comments