Skip to content

Commit 023af04

Browse files
committed
Fix botched rename
1 parent d6446a9 commit 023af04

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
splunk-version: [9.4, latest]
1313
include:
1414
# Oldest possible configuration
15+
# Last Ubuntu version with Python 3.7 binaries available
1516
- os: ubuntu-22.04
16-
# Ubuntu 22.04 is the last version with Python 3.7 binaries available
1717
python-version: 3.7
1818
splunk-version: 9.1
1919
# Latest possible configuration
@@ -23,17 +23,13 @@ jobs:
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
26-
2726
- name: Run docker compose
2827
run: SPLUNK_VERSION=${{ matrix.splunk-version }} docker compose up -d
29-
3028
- name: Setup Python
3129
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3230
with:
33-
python-version: ${{ matrix.python }}
34-
31+
python-version: ${{ matrix.python-version }}
3532
- name: Install tox
3633
run: pip install tox
37-
3834
- name: Test Execution
3935
run: tox -e py

0 commit comments

Comments
 (0)