Skip to content

Commit

Permalink
fix: github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 30, 2024
1 parent a75497c commit ad9ed40
Showing 1 changed file with 30 additions and 11 deletions.
41 changes: 30 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -44,13 +48,13 @@ jobs:
strategy:
matrix:
rust-version: [
"1.70.0",
"1.71.0",
"1.72.0",
"1.73.0",
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -81,6 +85,10 @@ jobs:
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
node-version: ["16"]
Expand Down Expand Up @@ -124,6 +132,10 @@ jobs:
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -167,10 +179,13 @@ jobs:
strategy:
matrix:
rust-version: [
"1.70.0",
"1.71.0",
"1.72.0",
"1.73.0",
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -204,9 +219,13 @@ jobs:
strategy:
matrix:
rust-version: [
"1.71.0",
"1.72.0",
"1.73.0",
"1.74.0",
"1.75.0",
"1.76.0",
"1.77.0",
"1.78.0",
"1.79.0",
"1.80.0",
"latest"
]
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad9ed40

Please sign in to comment.