Skip to content

Commit 2c2fb52

Browse files
hkBstUrgau
authored andcommitted
change CI to beta until 1.89 is stable
1 parent 425ca35 commit 2c2fb52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ env:
1111
RUST_BACKTRACE: 1
1212

1313
jobs:
14-
stable-checks:
14+
beta-checks:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: dtolnay/rust-toolchain@stable
18+
- uses: dtolnay/rust-toolchain@beta
1919
with:
20-
toolchain: stable
20+
toolchain: beta
2121
components: rustfmt
2222
- run: cargo fmt -- --check
2323
- run: cargo test

0 commit comments

Comments
 (0)