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

ci: Don't run tests on Debian 10

parent 82a00392
No related branches found
No related tags found
1 merge request!42ci: Run tests for latest develop
......@@ -26,14 +26,7 @@ test-install-script:
image: $TEST_IMAGE
parallel:
matrix:
- TEST_IMAGE:
[
"debian:10",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
]
- TEST_IMAGE: ["ubuntu:focal", "ubuntu:jammy", "debian:11", "debian:12"]
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