Skip to content

Commit

Permalink
Exclude web framework tests on old versions from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent 42a7c1f commit 3f5260f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -43,6 +43,15 @@ jobs:
- actix3
- warp
- axum
exclude:
- rust: 1.60.0
feature: actix4
- rust: 1.60.0
feature: actix3
- rust: 1.60.0
feature: warp
- rust: 1.60.0
feature: axum
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down

0 comments on commit 3f5260f

Please sign in to comment.