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

ci: Run tests on debian 12

parent d1190c1b
No related branches found
No related tags found
1 merge request!36ci: Run tests on debian 12
Pipeline #31175 failed with stage
in 12 minutes and 38 seconds
...@@ -26,7 +26,14 @@ test-install-script: ...@@ -26,7 +26,14 @@ test-install-script:
image: $TEST_IMAGE image: $TEST_IMAGE
parallel: parallel:
matrix: matrix:
- TEST_IMAGE: ["debian:10", "ubuntu:focal", "ubuntu:jammy", "debian:11"] - TEST_IMAGE:
[
"debian:10",
"ubuntu:focal",
"ubuntu:jammy",
"debian:11",
"debian:12",
]
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.
Finish editing this message first!
Please register or to comment