Skip to content

Commit

Permalink
Add Rust 1.80.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Oct 11, 2024
1 parent 035cf5d commit a7bdbe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
strategy:
fail-fast: false
matrix:
rust:
- stable
- 1.80.1
program:
- kprobe
- kretprobe
Expand Down Expand Up @@ -49,8 +52,9 @@ jobs:
with:
components: rust-src,rustfmt

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: clippy

- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit a7bdbe1

Please sign in to comment.