Skip to content
Snippets Groups Projects

ci: Run tests for latest develop

Merged Georg Krause requested to merge test-develop into master
1 file
+ 1
8
Compare changes
  • Side-by-side
  • Inline
+ 1
8
@@ -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
Loading