From aa782ba2780dbd0021594f6389852390844d9b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Sun, 4 Dec 2022 13:29:18 +0000 Subject: [PATCH] feat: new rust versions in CI/CD --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 088af25d..5bb8cd12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - rust-version: ["1.56.1", "1.60.0", "1.65.0", "latest"] + rust-version: ["1.56.1", "1.60.0", "1.62.0", "1.64.0", "1.65.0", "latest"] runs-on: ubuntu-latest container: rust:${{ matrix.rust-version }} steps: @@ -27,7 +27,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - rust-version: ["1.56.1", "1.60.0", "1.65.0", "latest"] + rust-version: ["1.56.1", "1.60.0", "1.62.0", "1.64.0", "1.65.0", "latest"] runs-on: ubuntu-latest container: rust:${{ matrix.rust-version }} steps: -- GitLab