From 962a22ec64ec87f7bbd0b67af6520a86e81bf113 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Thu, 20 Apr 2023 22:40:26 -0400 Subject: [PATCH] Explicitly add Rust 1.68 to the test suite. (#436) --- .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 02bedbb7..c7a98c2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - toolchain: ["1.65", "1.66", "1.67", "stable", "beta"] + toolchain: ["1.65", "1.66", "1.67", "1.68", "stable", "beta"] experimental: [false] include: - toolchain: "nightly"