ci: cleanup matrix build name

This commit is contained in:
Robert Kaussow 2023-11-04 16:09:40 +01:00
parent ce3d0acfcd
commit fcdab83866
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 6 additions and 6 deletions

View File

@ -7,15 +7,15 @@ when:
matrix:
PYTHON_VERSION:
- docker.io/library/python:3.8
- docker.io/library/python:3.9
- docker.io/library/python:3.10
- docker.io/library/python:3.11
- docker.io/library/python:3.12
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
pytest:
image: ${PYTHON_VERSION}
image: docker.io/library/python:${PYTHON_VERSION}
commands:
- git fetch --depth=2147483647
- pip install poetry poetry-dynamic-versioning -qq