mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Add Python 3.11 to test workflow matrix
This commit is contained in:
parent
08b6e7ed0c
commit
a4293e2806
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
py_version: ['2.7', '3.9']
|
||||
py_version: ['2.7', '3.9', '3.11']
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
if: ${{ matrix.py_version == '3.9' }}
|
||||
if: ${{ matrix.py_version == '3.11' }}
|
||||
|
||||
- name: Publish Test Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue