We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0e076 commit ade4a8fCopy full SHA for ade4a8f
1 file changed
.github/workflows/test.yml
@@ -8,17 +8,17 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os:
12
- - ubuntu-22.04
13
- # - ubuntu-latest
+ os: [ubuntu-latest]
14
python-version:
15
- - 3.7
16
- # - 3.9
+ - 3.9
17
- 3.13
18
splunk-version:
19
- - "9.3"
20
- # - "9.4"
21
- - "latest"
+ - 9.4
+ - latest
+ include:
+ - os: ubuntu-22.04
+ python-version: 3.7
+ splunk-version: 8.2
22
steps:
23
- name: Checkout repo
24
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
0 commit comments