From 7b77827932617abbfb77eb4d6e5d38b8ee6152ed Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Thu, 23 Dec 2021 14:08:36 -0500 Subject: [PATCH] ci: Remove obsolete versions We only needed to build these once, and it's done. --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 346e447..6623387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,13 +52,6 @@ jobs: - "beta" - "1.57.0" - # We never built these, so include them until they get built and released once. - - 1.56.1 - - 1.55.0 - - 1.54.0 - - 1.53.0 - - 1.52.1 - # See https://rust-lang.github.io/rustup-components-history/ and choose # the newest nightly build that has all the components (except RLS, # which is obsolete).