Skip to content

Commit 65fe3ef

Browse files
committed
Adjust matrix to proposed configuration
1 parent 375380d commit 65fe3ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.9, 3.13]
11+
python-version: [3.9]
1212
splunk-version: [9.4, latest]
1313
include:
14-
# Ubuntu 22.04 is the last version with Python 3.7 binaries available
14+
# Oldest possible configuration
1515
- os: ubuntu-22.04
16+
# Ubuntu 22.04 is the last version with Python 3.7 binaries available
1617
python-version: 3.7
1718
splunk-version: 9.1
19+
# Latest possible configuration
20+
- os: ubuntu-latest
21+
python-version: 3.13
22+
splunk-version: latest
1823
steps:
1924
- name: Checkout code
2025
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

0 commit comments

Comments
 (0)