Skip to content

Commit

Permalink
Update rust-radius.yml
Browse files Browse the repository at this point in the history
Drop 1.63 & 1.64 from Action pipeline
  • Loading branch information
MikhailMS authored Mar 23, 2024
1 parent 71436b7 commit c278e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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, 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.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.20.0
args: --debug cargo-make --version 0.25

- name: MODERN -- Build
run: cargo build --verbose
Expand Down

0 comments on commit c278e64

Please sign in to comment.