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 375380d commit 65fe3efCopy full SHA for 65fe3ef
.github/workflows/test.yml
@@ -8,13 +8,18 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-latest]
11
- python-version: [3.9, 3.13]
+ python-version: [3.9]
12
splunk-version: [9.4, latest]
13
include:
14
- # Ubuntu 22.04 is the last version with Python 3.7 binaries available
+ # Oldest possible configuration
15
- os: ubuntu-22.04
16
+ # Ubuntu 22.04 is the last version with Python 3.7 binaries available
17
python-version: 3.7
18
splunk-version: 9.1
19
+ # Latest possible configuration
20
+ - os: ubuntu-latest
21
+ python-version: 3.13
22
+ splunk-version: latest
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
0 commit comments