From 7245834d09bcacd0f858b37e95e8243d86983eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 3 Jan 2025 21:41:21 +0100 Subject: [PATCH] Update the rust test versions --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee9dfb..e80acbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,9 @@ jobs: strategy: matrix: rust: - - 1.74.1 - - 1.75.0 - - 1.76.0 - - 1.77.0 + - 1.81.0 + - 1.82.0 + - 1.83.0 - stable - beta - nightly