Skip to content

Commit

Permalink
Update CI to use Rust 1.74, the new MSRV. (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Mar 19, 2024
1 parent 48f4ef7 commit 9a25a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: ['1.73', 'stable', 'beta', 'nightly']
toolchain: ['1.74', 'stable', 'beta', 'nightly']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the test repository and test with patch change and patch version bump
Expand Down

0 comments on commit 9a25a25

Please sign in to comment.