Skip to content

Commit e25fc1b

Browse files
Test fix pipeline
1 parent ef8a3b4 commit e25fc1b

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

.github/workflows/test.yml

+7-14
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,24 @@ jobs:
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:

0 commit comments

Comments
 (0)