added some more versions

This commit is contained in:
2023-03-14 09:40:32 +01:00
parent efd023ae3a
commit a624cf37a4

View File

@ -24,9 +24,9 @@ tests:
reports: reports:
cobertura: coverage.xml cobertura: coverage.xml
tests-3.9: tests-3.6:
stage: OptionalTests stage: OptionalTests
image: python:3.9 image: python:3.6
needs: ["tests"] needs: ["tests"]
allow_failure: true allow_failure: true
variables: variables:
@ -36,7 +36,23 @@ tests-3.9:
- *install-grum-test - *install-grum-test
- pytest ./tests - pytest ./tests
tests-3.7:
extends: "tests-3.6"
image: python:3.7
tests-3.8:
extends: "tests-3.6"
image: python:3.8
tests-3.9:
extends: "tests-3.6"
image: python:3.9
tests-3.10: tests-3.10:
extends: "tests-3.9" extends: "tests-3.6"
image: python:3.10 image: python:3.10
tests-3.11:
extends: "tests-3.6"
image: python:3.11