Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c4e5b9a5 authored by Dorian Turba's avatar Dorian Turba
Browse files

update jobs for 312

parent 5fc2cd6b
No related branches found
No related tags found
No related merge requests found
Pipeline #25333 failed
......@@ -20,7 +20,7 @@ variables:
POSTGRES_USER: test
POSTGRES_PASSWORD: test
POSTGRES_HOST_AUTH_METHOD: trust
IMAGE_TAG: "3.11"
IMAGE_TAG: "3.12"
black:
variables:
......@@ -43,6 +43,11 @@ pytest:
variables:
PYTHON_SETUP: "pip install ${PROJECT_PATH}[TEST]"
pytest_311:
extends: pytest
variables:
IMAGE_TAG: "3.11"
pytest_310:
extends: pytest
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment