Skip to content

Commit

Permalink
feat: removed some version for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 1, 2021
1 parent c6413ea commit bdb4d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build
strategy:
matrix:
rust-version: ["1.44", "1.45", "1.46", "1.47", "1.48", "1.49", "1.50", "1.51", "1.52", "1.53", "1.54", latest]
rust-version: ["1.46", "1.47", "1.48", "1.49", "1.50", "1.51", "1.52", "1.53", "1.54", latest]
runs-on: ubuntu-latest
container: rust:${{ matrix.rust-version }}
steps:
Expand Down

0 comments on commit bdb4d87

Please sign in to comment.