ci(tests): Use released python 3.11 image for tests

This commit is contained in:
Georg Krause 2022-10-29 09:36:34 +02:00
parent 0f439d505b
commit 570af9f1b2
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

@ -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*%)/'