From 219c1fc3c27ceb1dc006ecbb752948d3eef35cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Sun, 1 Dec 2024 11:32:54 +0000 Subject: [PATCH] chore: update Rust version in workflows to 1.78.0 and add 1.82.0 to matrix --- .github/workflows/deploy.yml | 2 +- .github/workflows/main.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c6ca49..2f0f79d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -118,7 +118,7 @@ jobs: name: Build WASM timeout-minutes: 30 runs-on: ubuntu-latest - container: rust:1.74.0 + container: rust:1.78.0 steps: - name: Checkout code from repository uses: actions/checkout@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba05a83..9c44121 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,13 +82,10 @@ jobs: strategy: matrix: rust-version: [ - "1.74.0", - "1.75.0", - "1.76.0", - "1.77.0", "1.78.0", "1.79.0", "1.80.0", + "1.82.0", "latest" ] node-version: ["18"]