Skip to content
Snippets Groups Projects
Verified Commit 219c1fc3 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: update Rust version in workflows to 1.78.0 and add 1.82.0 to matrix

parent 4a298300
No related branches found
No related tags found
No related merge requests found
Pipeline #5375 failed
......@@ -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
......
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment