We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8a3b4 commit e25fc1bCopy full SHA for e25fc1b
.github/workflows/test.yml
@@ -9,31 +9,24 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
+ os:
13
+ - ubuntu-latest
14
+ python: [ 3.7, 3.9, 3.13 ]
15
splunk-version:
16
- "8.1"
17
- "8.2"
18
- "latest"
19
include:
- - os: ubuntu-22.04 # Only for Python 3.7
20
+ - os: ubuntu-22.04
21
python: 3.7
22
+ splunk-version: "8.1"
23
- os: ubuntu-22.04
24
25
+ splunk-version: "8.2"
26
27
28
+ splunk-version: "latest"
29
- - os: ubuntu-latest # For newer Python versions
- python: 3.9
- - os: ubuntu-latest
30
-
31
32
- python: 3.13
33
34
35
36
37
fail-fast: false
38
39
steps:
0 commit comments