Skip to content

Commit

Permalink
Temporarily don't test on stable on CI.
Browse files Browse the repository at this point in the history
At the time of writing, "stable" is 1.64 on the GHA image, while we need 1.65.
  • Loading branch information
Dirbaio committed Nov 6, 2022
1 parent 6da724c commit 02fd5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Test on stable, MSRV, and nightly.
# Failure is permitted on nightly.
rust:
- stable
#- stable # TODO: enable again when "stable" is 1.66 or higher.
- 1.65.0
- nightly

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# Test on stable, MSRV, and nightly.
# Failure is permitted on nightly.
rust:
- stable
#- stable # TODO: enable again when "stable" is 1.66 or higher.
- 1.65.0
- nightly

Expand Down

0 comments on commit 02fd5d9

Please sign in to comment.