From 44b7bd9b834be07c6b28b887e1621ca3e3897317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Mon, 31 Jul 2023 10:57:24 +0100 Subject: [PATCH] chore: new rust version build --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32f2fc55..1c3cb58b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,8 @@ jobs: "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] runs-on: ubuntu-latest @@ -49,11 +51,11 @@ jobs: strategy: matrix: rust-version: [ - "1.65.0", - "1.66.0", "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] node-version: ["16"] @@ -96,6 +98,8 @@ jobs: "1.67.0", "1.68.0", "1.69.0", + "1.70.0", + "1.71.0", "latest" ] runs-on: ubuntu-latest