Skip to content

Commit

Permalink
ci: cleanup matrix build name (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Nov 4, 2023
1 parent 2a3468b commit 0756afd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0756afd

Please sign in to comment.