From a1cee6bf1b1804ff39ca32509922d5a459da4638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 31 Jan 2025 18:24:37 +0100 Subject: [PATCH] Update the Rust versions in the CI --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d29f72..d134866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,16 @@ jobs: strategy: matrix: rust: - - 1.74.1 - 1.75.0 - 1.76.0 - - 1.77.0 + - 1.77.2 + - 1.78.0 + - 1.79.0 + - 1.80.0 + - 1.81.0 + - 1.82.0 + - 1.83.0 + - 1.84.1 - stable - beta - nightly