We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317c7ea commit 7b3839bCopy full SHA for 7b3839b
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, windows-latest, macOS-latest]
21
- rust: [nightly, beta, stable]
+ rust: [nightly, beta, stable, 1.63]
22
23
steps:
24
- uses: actions/checkout@v3
0 commit comments