Skip to content

Commit

Permalink
Update Rust version list in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailMS committed Sep 27, 2024
1 parent 47c1ce0 commit 4b28bd5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust-radius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.65.0, 1.66.1, 1.67.1, 1.68.2, 1.69.0, 1.70.0, 1.71.0, 1.71.1, 1.72.0, 1.72.1, 1.73.0, 1.74.0, 1.74.1, 1.75.0, 1.76.0, 1.77.0]
rust: [1.66.1, 1.67.1, 1.68.2, 1.69.0,
1.70.0, 1.71.0, 1.71.1, 1.72.0, 1.72.1, 1.73.0, 1.74.0, 1.74.1, 1.75.0, 1.76.0, 1.77.0, 1.77.1, 1.77.2, 1.78.0, 1.79.0,
1.80.0, 1.80.1, 1.81.0, 1.82.0, 1.83.0
]
os: [ubuntu-20.04]
steps:

Expand Down

0 comments on commit 4b28bd5

Please sign in to comment.