mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Future c-s-c versions will require Rust 1.77+ so test that min version. (#86)
This commit is contained in:
parent
7272cc2caa
commit
1e324fdfad
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.74', 'stable', 'beta']
|
||||
toolchain: ['1.77', 'stable', 'beta']
|
||||
experimental: [false]
|
||||
include:
|
||||
- os: 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue