From 6b197df98cb9a327175422707de9bbc2447e33ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 4 Nov 2018 18:50:14 +0200 Subject: [PATCH] Run gitlab-ci also with Rust 1.28 --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30a9eb343..c6e9bd2c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,11 @@ stages: # https://github.com/sdroege/gstreamer-sys/issues/16 # - cargo test --all --all-features --color=always +test 1.28: + # 1.28 img + # https://hub.docker.com/_/rust/ + image: "rust:1.28-slim" + <<: *cargo_test test stable: # Stable img