mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 23:49:33 +01:00
Minimum supported Rust is 1.67. (#51)
This commit is contained in:
parent
49c4f979e7
commit
050645d214
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.66', '1.67', 'stable', 'beta', 'nightly']
|
||||
toolchain: ['1.67', '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