mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 23:49:33 +01:00
Update CI to use Rust 1.74, the new MSRV. (#69)
This commit is contained in:
parent
48f4ef7da6
commit
9a25a25ffa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-action.yml
vendored
2
.github/workflows/test-action.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue