diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cbcac85c4e1ea6bf7d7cddc689d13dfc9a5806d..1f8564ff06011fb723513beb41e5f0b02bf07cca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,10 +77,10 @@ stages: cargo test -p $crate; \ done -test 1.28: - # 1.28 img +.test 1.31: + # 1.31 img # https://hub.docker.com/_/rust/ - image: "rust:1.28-slim" + image: "rust:1.31-slim" <<: *cargo_test test stable: