File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments