Skip to content

Commit

Permalink
chore: new rust version build
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 31, 2023
1 parent bcedf7d commit 44b7bd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 44b7bd9

Please sign in to comment.