We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4accd commit 519d369Copy full SHA for 519d369
.github/workflows/test.yml
@@ -9,14 +9,18 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- os:
13
- - ubuntu-latest
14
- python: [ 3.7, 3.9, 3.13]
+ include:
+ - python: "3.7"
+ os: ubuntu-22.04
15
+ - python: "3.9"
16
+ os: ubuntu-latest
17
+ - python: "3.13"
18
19
splunk-version:
20
- "8.1"
21
- "8.2"
22
- "latest"
- fail-fast: false
23
+ fail-fast: false
24
25
steps:
26
- name: Checkout code
0 commit comments