File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 - " latest"
1717 include :
1818 - os : ubuntu-22.04
19- python : 3.7
20- splunk-version : " 8.1 "
19+ python : 3.9
20+ splunk-version : " 9.3 "
2121 - os : ubuntu-22.04
22- python : 3.7
23- splunk-version : " 8.2 "
22+ python : 3.9
23+ splunk-version : " 9.4 "
2424 - os : ubuntu-22.04
2525 python : 3.9
2626 splunk-version : " latest"
@@ -35,11 +35,11 @@ jobs:
3535 uses : actions/setup-python@v4
3636 with :
3737 python-version : ${{ matrix.python }}
38- - name : Install tox
39- run : pip install -e ".[dev]"
38+ - name : Install dependencies
39+ run : pip install ".[dev]"
4040 - name : Test Execution
4141 run : tox -e py
4242
43- fossa-scan :
44- uses : splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45- secrets : inherit
43+ # fossa-scan:
44+ # uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45+ # secrets: inherit
You can’t perform that action at this time.
0 commit comments