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
...@@ -12,7 +12,7 @@ test-install-script: ...@@ -12,7 +12,7 @@ test-install-script:
image: $TEST_IMAGE image: $TEST_IMAGE
parallel: parallel:
matrix: matrix:
- TEST_IMAGE: ["debian:10", "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy"] - TEST_IMAGE: ["debian:10", "ubuntu:focal", "ubuntu:jammy", "debian:11"]
interruptible: true interruptible: true
before_script: before_script:
- apt-get update && apt-get install -y curl - apt-get update && apt-get install -y curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment