From 6007962ac75ce98b8ec171ed13a177479f018cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Tue, 16 Jun 2020 17:27:57 +0200 Subject: [PATCH] gha: only try stable and beta --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e8f2f8..7723d7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,10 +38,6 @@ jobs: matrix: toolchain: - stable - - 1.41.0 - - 1.40.0 - - 1.38.0 - - 1.37.0 - beta steps: - uses: actions/checkout@v2