ci(tests): Use released python 3.11 image for tests
This commit is contained in:
parent
0f439d505b
commit
570af9f1b2
|
@ -204,7 +204,7 @@ test_api:
|
||||||
path: api/coverage.xml
|
path: api/coverage.xml
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11-rc"]
|
- PY_VER: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||||
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
|
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
|
||||||
coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'
|
coverage: '/TOTAL\s*\d*\s*\d*\s*(\d*%)/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue