Update rust.yml

This commit is contained in:
Lokathor 2020-07-25 15:26:01 -06:00 committed by GitHub
parent 8a7d383ecc
commit d02404cb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.34.0, stable, nightly]
rust: [1.34.0, stable, beta, nightly]
steps:
- uses: hecrj/setup-rust-action@v1
with: