meta: add stable to rust matrix

This commit is contained in:
Kat Marchán 2019-11-11 19:35:35 -08:00
parent c44b781a34
commit f226a5d1b3
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [beta, nightly]
rust: [stable, beta, nightly]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps: