Skip to content

Commit 78ccda3

Browse files
authored
Merge pull request #68 from splunk/dev/BJ/update-CI-target-matrix
Update CI target matrix
2 parents 0a07a2f + f5f008e commit 78ccda3

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/workflows/python-test.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,21 @@ jobs:
1010
build:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
matrix:
14-
os:
15-
- ubuntu-latest
16-
python: [3.9, 3.13]
17-
splunk-version:
18-
- "8.0"
19-
- "latest"
2013
fail-fast: false
14+
matrix:
15+
os: [ubuntu-latest]
16+
python-version: [3.9]
17+
splunk-version: [9.4, latest]
18+
include:
19+
# Oldest possible configuration
20+
# Last Ubuntu version with Python 3.7 binaries available
21+
- os: ubuntu-22.04
22+
python-version: 3.7
23+
splunk-version: 9.1
24+
# Latest possible configuration
25+
- os: ubuntu-latest
26+
python-version: 3.13
27+
splunk-version: latest
2128

2229
services:
2330
splunk:

0 commit comments

Comments
 (0)