mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 15:49:30 +01:00
Future versions of c-s-c after 0.36 will require Rust 1.80+. (#90)
This commit is contained in:
parent
b4150892af
commit
0592d5a225
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.77', 'stable', 'beta']
|
||||
toolchain: ['1.80', 'stable', 'beta']
|
||||
experimental: [false]
|
||||
include:
|
||||
- os: 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue