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 9
9
runs-on : ${{ matrix.os }}
10
10
strategy :
11
11
matrix :
12
+ os :
13
+ - ubuntu-latest
14
+ python : [ 3.7, 3.9, 3.13 ]
12
15
splunk-version :
13
16
- " 8.1"
14
17
- " 8.2"
15
18
- " latest"
16
19
include :
17
- - os : ubuntu-22.04 # Only for Python 3.7
20
+ - os : ubuntu-22.04
18
21
python : 3.7
22
+ splunk-version : " 8.1"
19
23
- os : ubuntu-22.04
20
24
python : 3.7
25
+ splunk-version : " 8.2"
21
26
- os : ubuntu-22.04
22
27
python : 3.7
28
+ splunk-version : " latest"
23
29
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
37
30
fail-fast : false
38
31
39
32
steps :
You can’t perform that action at this time.
0 commit comments