We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f18602 commit 7ae3b44Copy full SHA for 7ae3b44
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-20.04
12
strategy:
13
matrix:
14
- rust-version: ["1.76", "1.78", "1.80", "1.82", stable, beta, nightly]
+ rust-version: ["1.77", "1.78", stable, beta, nightly]
15
steps:
16
- uses: actions/checkout@v3
17
with:
0 commit comments