No longer test so many old compiler versions

This commit is contained in:
David Tolnay 2023-03-17 19:19:54 -07:00
parent a15bd09686
commit 4b9699612f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, 1.56.1, 1.53.0, 1.46.0, 1.40.0, 1.38.0, 1.36.0]
rust: [beta, 1.56.1]
os: [ubuntu]
include:
- rust: stable