Skip to content

Commit 519d369

Browse files
committed
SDK-27: remove python 3.7 usage for latest ubuntu
1 parent 8b4accd commit 519d369

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os:
13-
- ubuntu-latest
14-
python: [ 3.7, 3.9, 3.13]
12+
include:
13+
- python: "3.7"
14+
os: ubuntu-22.04
15+
- python: "3.9"
16+
os: ubuntu-latest
17+
- python: "3.13"
18+
os: ubuntu-latest
1519
splunk-version:
1620
- "8.1"
1721
- "8.2"
1822
- "latest"
19-
fail-fast: false
23+
fail-fast: false
2024

2125
steps:
2226
- name: Checkout code

0 commit comments

Comments
 (0)