Skip to content

Commit a728f84

Browse files
committed
Add back 9.4 as it was an on-prem only release (previously thought no cloud deployments were created)
1 parent d7e2efb commit a728f84

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-version:
13-
- 3.9
14-
- 3.13
15-
splunk-version:
16-
- 9.3
17-
- latest
12+
python-version: [3.9, 3.13]
13+
splunk-version: [9.3, 9.4, latest]
1814
include:
1915
# Ubuntu 22.04 is the last version we can get pre-built Python 3.7 binaries for
2016
- os: ubuntu-22.04
2117
python-version: 3.7
2218
splunk-version: 9.3
19+
- os: ubuntu-22.04
20+
python-version: 3.7
21+
splunk-version: 9.4
2322
steps:
2423
- name: Checkout repo
2524
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -32,7 +31,7 @@ jobs:
3231
with:
3332
python-version: ${{ matrix.python-version }}
3433
- name: Install dependencies
35-
run: python -m pip install tox
34+
run: python --version && python -m pip --version && python -m pip install tox
3635
- name: Run Docker health check
3736
# Probably solves nothing, worth trying regardless
3837
run: |
@@ -45,9 +44,7 @@ jobs:
4544
- name: Run test suite
4645
run: python -m tox -e py
4746
- name: Print docker logs for optional inspection
48-
if: ${{ secrets.ACTIONS_STEP_DEBUG }}
4947
run: docker compose logs
50-
# [BJ] I'll uncomment this step after I finish fiddling
51-
# fossa-scan:
52-
# uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
53-
# secrets: inherit
48+
fossa-scan:
49+
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
50+
secrets: inherit

0 commit comments

Comments
 (0)