Skip to content
Snippets Groups Projects
Unverified Commit fab57a71 authored by Georg Krause's avatar Georg Krause
Browse files

Do not test bionic since we don't support python 3.6

parent 1b21bd1d
No related branches found
No related tags found
1 merge request!29Resolve "cannot import name 'environmentfilter' from 'jinja2.filters'"
Pipeline #20745 passed with stage
in 17 minutes and 7 seconds
......@@ -12,7 +12,7 @@ test-install-script:
image: $TEST_IMAGE
parallel:
matrix:
- TEST_IMAGE: ["debian:10", "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy"]
- TEST_IMAGE: ["debian:10", "ubuntu:focal", "ubuntu:jammy", "debian:11"]
interruptible: true
before_script:
- apt-get update && apt-get install -y curl
......
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