1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

Force tests to run on Ubuntu 20.04 and test for py 3.11 and 3.12

Ubuntu 20.04 should allow Python 3.6 tests to run, even if this version is EOL
This commit is contained in:
Alban Féron 2022-12-31 17:58:35 +01:00
parent f6b859d11f
commit b87091dd56
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -21,7 +21,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
@ -30,6 +30,8 @@ jobs:
- 3.8
- 3.9
- "3.10"
- 3.11
- 3.12
fail-fast: false
steps:
- name: Checkout