We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a3e290 + 7418861 commit b1ce9d3Copy full SHA for b1ce9d3
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
name: Python CI
2
3
on:
4
- [ push, pull_request, workflow_dispatch ]
+ [ push, workflow_dispatch ]
5
6
jobs:
7
build:
@@ -11,11 +11,22 @@ jobs:
11
matrix:
12
os:
13
- ubuntu-latest
14
- python: [ 3.7, 3.9, 3.13]
+ python: [ 3.9, 3.13 ]
15
splunk-version:
16
- "8.1"
17
- "8.2"
18
- "latest"
19
+ include:
20
+ - os: ubuntu-22.04
21
+ python: 3.7
22
+ splunk-version: "8.1"
23
24
25
+ splunk-version: "8.2"
26
27
28
+ splunk-version: "latest"
29
+
30
fail-fast: false
31
32
steps:
0 commit comments