Skip to content

Commit

Permalink
Update rust-radius.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailMS authored Mar 23, 2024
1 parent 13179b4 commit 98bb331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-radius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [1.63.0, 1.64.0, 1.65.0, 1.66.1, 1.67.1, 1.68.2, 1.69.0, 1.70.0, 1.71.0, 1.71.1]
rust: [1.63.0, 1.64.0, 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]
os: [ubuntu-20.04]
steps:

Expand All @@ -43,7 +43,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make --version 0.30.0
args: --debug cargo-make --version 0.29.0

- name: MODERN -- Build
run: cargo build --verbose
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make --version 0.35.0
args: --debug cargo-make --version 0.37.10

- name: Nightly Rust -- Install tarpaulin
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 98bb331

Please sign in to comment.