From a04aa5860da5b8012fbd990853415a6a0aea255c Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 25 Oct 2019 09:20:40 +0200 Subject: [PATCH] Update test configuration --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3911f56038..56351ff8ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - rust: [stable, beta, nightly, 1.36.0] + rust: [stable, 1.37.0] steps: - name: Checkout