Skip to content

Commit 02fd5d9

Browse files
committed
Temporarily don't test on stable on CI.
At the time of writing, "stable" is 1.64 on the GHA image, while we need 1.65.
1 parent 6da724c commit 02fd5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Test on stable, MSRV, and nightly.
2121
# Failure is permitted on nightly.
2222
rust:
23-
- stable
23+
#- stable # TODO: enable again when "stable" is 1.66 or higher.
2424
- 1.65.0
2525
- nightly
2626

@@ -64,7 +64,7 @@ jobs:
6464
# Test on stable, MSRV, and nightly.
6565
# Failure is permitted on nightly.
6666
rust:
67-
- stable
67+
#- stable # TODO: enable again when "stable" is 1.66 or higher.
6868
- 1.65.0
6969
- nightly
7070

0 commit comments

Comments
 (0)