Skip to content

Commit

Permalink
No longer test so many old compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent a15bd09 commit 4b96996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4b96996

Please sign in to comment.