Skip to content

Commit c022074

Browse files
committed
github: Build only for the newest stable Rust version
Signed-off-by: Michal Rostecki <[email protected]>
1 parent 496547c commit c022074

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
rust:
21-
- "1.58.1"
22-
- "1.57"
21+
- "1.63.0"
2322
- "beta"
2423
- "nightly"
2524
llvm: ["15", "rustc"]

0 commit comments

Comments
 (0)