2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 09:15:33 +00:00

Add MSRV 1.63 to CI

This commit is contained in:
John Vandenberg 2024-09-11 06:51:22 +08:00
parent 317c7ea6ae
commit 7b3839bf21

View file

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly, beta, stable]
rust: [nightly, beta, stable, 1.63]
steps:
- uses: actions/checkout@v3