Skip to content

Commit 291310b

Browse files
committed
fix GitHub actions
1 parent 176e399 commit 291310b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-version.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- macos-latest
1919
- windows-latest
2020
toolchain:
21-
- 1.56
2221
- stable
2322
- nightly
2423
features:

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- macos-latest
3535
- windows-latest
3636
toolchain:
37-
- 1.56
37+
- stable
38+
- nightly
3839
features:
3940
-
4041
name: Test ${{ matrix.toolchain }} on ${{ matrix.os }} (${{ matrix.features }})

0 commit comments

Comments
 (0)