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:
cobertura: coverage.xml
tests-3.9:
tests-3.6:
stage: OptionalTests
image: python:3.9
image: python:3.6
needs: ["tests"]
allow_failure: true
variables:
@ -36,7 +36,23 @@ tests-3.9:
- *install-grum-test
- 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:
extends: "tests-3.9"
extends: "tests-3.6"
image: python:3.10
tests-3.11:
extends: "tests-3.6"
image: python:3.11