Skip to content

Commit

Permalink
ci: Run integration tests up from kernel 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vadorovsky authored May 10, 2024
1 parent a98eee0 commit ce0f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# For `musl` builds, use the `all-vendored` and `tls-rustls` features.
- target: x86_64-unknown-linux-musl
args: "--no-default-features --features full --features all-vendored --features tls-rustls"
kernel-versions: "5.10,5.13,5.15,6.0,6.3,6.6"
kernel-versions: "5.13,5.15,6.0,6.3,6.6"

- target: aarch64-unknown-linux-gnu
args: "--features full"
Expand Down

0 comments on commit ce0f529

Please sign in to comment.